From 2d5d7cc29cf0880448b9a7693a8f77eec0ce7853 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Mon, 6 Mar 2023 15:17:51 +0100 Subject: [PATCH] use fnm --- files/zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/zsh/.zshrc b/files/zsh/.zshrc index af79c76..63323a4 100644 --- a/files/zsh/.zshrc +++ b/files/zsh/.zshrc @@ -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)"