Remove kitty integration

This commit is contained in:
Andrew Scott 2022-05-17 17:08:23 -04:00
parent 510859c8a5
commit f077e42bb4
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

5
bashrc
View file

@ -13,8 +13,3 @@ alias r="urxvt -name Ranger -e ranger & disown"
alias kssh="/usr/bin/kitty +kitten ssh" alias kssh="/usr/bin/kitty +kitten ssh"
neofetch neofetch
# 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