master
sundowndev 2019-05-25 19:23:37 +02:00
parent 603fe02319
commit 0af1ba245c
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -103,6 +103,9 @@ source $ZSH/oh-my-zsh.sh
#autoload -U promptinit; promptinit
#prompt pure
alias code='vscodium'
alias python='/usr/bin/python3'
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion