Skip to content

Commit

Permalink
[zsh] Add nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Mar 27, 2024
1 parent 15e56bf commit d931e78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,12 @@ tmux_settings
# ssh-agent
zstyle :omz:plugins:ssh-agent quiet yes

# init oh-my-zsh
source $ZSH/oh-my-zsh.sh

# init nvm
source /usr/share/nvm/init-nvm.sh

# User configuration

# export MANPATH="/usr/local/man:$MANPATH"
Expand Down Expand Up @@ -175,3 +179,4 @@ alias df='df -h'
alias vim=nvim
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
alias lazydot='lazygit -w $HOME -g $HOME/.dotfiles'

0 comments on commit d931e78

Please sign in to comment.