X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.bashrc;h=e4a6fdadb92c9c0e4049565278b99c7136f528ed;hb=ca2912304f8d0a727756763218c9c7f89768c76d;hp=d2057c4c65980eff57bcdbc8e6e233440e2312a5;hpb=12cab163424e3a7b0815646d1d4407f9b5839bcb;p=distro-setup diff --git a/.bashrc b/.bashrc index d2057c4..e4a6fda 100644 --- a/.bashrc +++ b/.bashrc @@ -32,6 +32,7 @@ HISTCONTROL=ignoredups HISTIGNORE='pass *:[ ]*:otp *:oathtool *:histrm *' + #### begin section that works with sl() function to return from # noninteractive ssh shells, or tty. tty because often i # use it when something is going and io is slow and my bashrc @@ -93,3 +94,10 @@ fi # ensure no bad programs appending to this file will have an affect 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