Skip to content

Commit

Permalink
Add nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed Dec 16, 2024
1 parent 0db84e2 commit fcc4410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export GPG_TTY=$TTY
# jump
eval "$(jump shell)"

# nvm
export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion

export PAGER=bat
export MANPAGER="sh -c 'col -bx | bat --language man --plain'"
export BAT_CONFIG_PATH="$SETUP/bat/config"
Expand Down
1 change: 1 addition & 0 deletions zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ plugins=(
gh
git
history
nvm
terraform
vscode
yarn
Expand Down

0 comments on commit fcc4410

Please sign in to comment.