"set up node version manager(nvm)"
This commit is contained in:
parent
fb83167174
commit
010bc31545
3 changed files with 16 additions and 2 deletions
|
|
@ -134,3 +134,7 @@ alias home="xclear && cd /home/brian && clear && history -p && hash -r"
|
|||
source ~/.aliases
|
||||
# Plugins (that need to be at the end of the zshrc script)
|
||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
|
||||
# Sets Up Node Version Manager
|
||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue