adopt kitty
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index d2057c4c65980eff57bcdbc8e6e233440e2312a5..35db9aca99cdf150e10654f17a13e4f3fc38edb4 100644 (file)
--- 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