X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=470a1a469b9463d036b5d12685c762650aed837f;hb=cb002f1dc386fdf42b30133351b90e6d2a662174;hp=ba355b41afc20b1fcb533d414d8f33ea8568c081;hpb=ae96136375d4c36c4b6845bbf1975695ccc4b844;p=distro-setup diff --git a/.bashrc b/.bashrc index ba355b4..470a1a4 100644 --- a/.bashrc +++ b/.bashrc @@ -43,6 +43,7 @@ if [[ $LC_USEBASHRC != t && ( $SSH_CONNECTION || $TERM == linux ) ]]; then # so if we want it we don't have to restart our ssh connection. brc() { export LC_USEBASHRC=t + # shellcheck disable=SC1090 # obviously, no need to follow a sourcing of this file source ~/.bashrc } return 0 @@ -97,6 +98,6 @@ return 0 # kitty puts this here on startup, i need to build with some option to # avoid it, whatever. -# 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 +## 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