small mail fix for backup hosts
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index d2057c4c65980eff57bcdbc8e6e233440e2312a5..2c14100e4d24ad4fed882cdfb887a65e4a6079b3 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -29,7 +29,7 @@ HISTCONTROL=ignoredups
 # This works in addition to HISTCONTROL to do more flexible things
 # it could also do the same things as HISTCONTROL and thus replace it,
 # but meh. dunno why, but just " *" does glob expansion, so use [ ] to avoid it.
-HISTIGNORE='pass *:[ ]*:otp *:oathtool *:histrm *'
+HISTIGNORE='pass *:[ ]*:otp *:oathtool *:histrm *:k *:ks *:ksu *'
 
 
 #### begin section that works with sl() function to return from
@@ -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