mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
only use fnm is is installed
This commit is contained in:
parent
cee1be33d1
commit
5f6315000a
@ -25,7 +25,9 @@ set -gx PATH "$PNPM_HOME" $PATH
|
||||
# pnpm end
|
||||
|
||||
# Node
|
||||
fnm env --use-on-cd | source
|
||||
if type -q brew
|
||||
fnm env --use-on-cd | source
|
||||
end
|
||||
|
||||
# Theme
|
||||
oh-my-posh init fish --config ~/.config/omp/main.omp.yaml | source
|
||||
|
Loading…
Reference in New Issue
Block a user