From cfd3f0acdafd8560ca1188e615fe484ac7667018 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 10 Jun 2022 22:44:37 +0200 Subject: added emmet-ls + minor changes --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index d1cf632..6b3fbc9 100644 --- a/.bashrc +++ b/.bashrc @@ -139,3 +139,7 @@ neofetch # BEGIN_KITTY_SHELL_INTEGRATION if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi # END_KITTY_SHELL_INTEGRATION + +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 -- cgit v1.2.3