Add nvm and vault to bashrc

Buddy Sandidge 6 years ago
parent b5cbe6d260
commit 25aa57f21a

@ -19,3 +19,8 @@ source-file ~/.bash/prompt
source-file ~/opt/bash/env
unset -f source-file
[[ -f $HOME/.nvm/nvm.sh ]] && source $HOME/.nvm/nvm.sh
[[ -r $NVM_DIR/bash_completion ]] && source $NVM_DIR/bash_completion
[[ -x $(command -v vault) ]] && complete -C $(command -v vault) vault

Loading…
Cancel
Save