mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
Load shell-completion for nvm if file exists
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
# Load nvm if it's available
|
||||
if [ -f "$HOME/.nvm/nvm.sh" ]; then
|
||||
source "$HOME/.nvm/nvm.sh"
|
||||
|
||||
# And it's shell completion
|
||||
if [ -f "$HOME/.nvm/bash_completion" ]; then
|
||||
source "$HOME/.nvm/bash_completion"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user