Remove and swap out some bash specific logic

This commit is contained in:
2018-08-08 13:39:47 +01:00
parent 13cc86f973
commit f8f7e822a9
4 changed files with 4 additions and 15 deletions

View File

@@ -32,9 +32,4 @@ install_node_global_packages () {
# Load nvm if it's available
if [ -f "$HOME/.nvm/nvm.sh" ]; then
source "$HOME/.nvm/nvm.sh"
# And it's shell completion
if [ -n "$BASH_VERSION" ] && [ -f "$HOME/.nvm/bash_completion" ]; then
source "$HOME/.nvm/bash_completion"
fi
fi