diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-18 18:10:15 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-18 18:10:15 +0100 |
commit | dbea96fa3a9d304b2e2d8f2d0786a696cd40b62f (patch) | |
tree | 002601705ae784a4688a8e8840ee8dba58cc02a1 /config | |
parent | e4aa9ddbafa853d574255bcbd1a6208c9b03bda9 (diff) |
added: (zshrc) nvim snippet
Diffstat (limited to 'config')
-rw-r--r-- | config/zshrc/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 574e631..5555c4c 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -95,3 +95,6 @@ done HISTFILE=~/.config/zsh/histfile HISTSIZE=100000 SAVEHIST=100000 + +[ -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 |