diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-06-10 22:44:37 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-06-10 22:44:37 +0200 |
| commit | cfd3f0acdafd8560ca1188e615fe484ac7667018 (patch) | |
| tree | 170f3ada71a5544cb13336f7a785002a118e98b6 /.bashrc | |
| parent | 587fd185d0b3e0a478a97ead2f643aabe18abc65 (diff) | |
added emmet-ls + minor changes
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
