home · contact · privacy
WIP
[config] / dotfiles / minimal / bashrc
1 # Bash as a non-login shell in non-POSIX-mode does not read in the startup
2 # script at the path in $ENV. This forces it to still read in the ~/.shinit
3 # startup script for non-login shells.
4
5 . ~/.shinit
6
7 export NVM_DIR="$HOME/.nvm"
8 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
9 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion