mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 08:16:32 +00:00
use fnm
This commit is contained in:
parent
85ede2667a
commit
2d5d7cc29c
@ -4,7 +4,6 @@ source $HOME/.antigen.zsh
|
||||
export NVM_COMPLETION=true
|
||||
export NVM_LAZY_LOAD=true
|
||||
export NVM_AUTO_USE=true
|
||||
antigen bundle lukechilds/zsh-nvm
|
||||
antigen bundle agkozak/zsh-z
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle zsh-users/zsh-autosuggestions
|
||||
@ -18,4 +17,7 @@ export PNPM_HOME="${HOME}/Library/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
# pnpm end
|
||||
|
||||
# Node
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
|
||||
eval "$(oh-my-posh init zsh)"
|
||||
|
Loading…
Reference in New Issue
Block a user