X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.bashrc;h=35db9aca99cdf150e10654f17a13e4f3fc38edb4;hp=d2057c4c65980eff57bcdbc8e6e233440e2312a5;hb=7e673f2615101982a17ffa0e23cb10b5b3803f07;hpb=6cb2fbb730b7ea2d95618bace310ef40c43e51a2 diff --git a/.bashrc b/.bashrc index d2057c4..35db9ac 100644 --- a/.bashrc +++ b/.bashrc @@ -93,3 +93,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