summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-06-11 23:16:42 +0200
committeryuzu-eva <stevenhu@web.de>2022-06-11 23:16:42 +0200
commit3959fd55d5089474af23f05d0ba952dc52011122 (patch)
tree040b1fabc7eb8b4cfdc954b7d69752b023fb9eef
parentcfd3f0acdafd8560ca1188e615fe484ac7667018 (diff)
automated changed from kitty
-rw-r--r--.bashrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 6b3fbc9..471e1ed 100644
--- a/.bashrc
+++ b/.bashrc
@@ -136,10 +136,13 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
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
+
+
+# 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