minor fixes and improvements
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index d2057c4c65980eff57bcdbc8e6e233440e2312a5..e4a6fdadb92c9c0e4049565278b99c7136f528ed 100644 (file)
--- 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