From 3959fd55d5089474af23f05d0ba952dc52011122 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 11 Jun 2022 23:16:42 +0200 Subject: automated changed from kitty --- .bashrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.bashrc') 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 -- cgit v1.2.3