From dbea96fa3a9d304b2e2d8f2d0786a696cd40b62f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 18 Feb 2023 18:10:15 +0100 Subject: added: (zshrc) nvim snippet --- config/zshrc/.zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3