From 4b1a0717da30f823ec8c4bd0f91c92378b4455b4 Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Mon, 30 Sep 2024 06:37:18 +0300 Subject: [PATCH] etc --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 5d7b35f..5ddd56b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,3 +4,7 @@ source $HOME/.config/zsh/.zshrc ## Completion scripts setup. Remove the following line to uninstall [[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true ## [/Completion] + +export NVM_DIR="$HOME/.nvm" +[ -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