This commit is contained in:
2023-03-06 15:17:51 +01:00
parent 85ede2667a
commit 2d5d7cc29c

View File

@@ -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)"