From f077e42bb4381981976915f7ba22d74dd1cc5424 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 17 May 2022 17:08:23 -0400 Subject: [PATCH] Remove kitty integration --- bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bashrc b/bashrc index 1d35ad1..aebbfab 100644 --- a/bashrc +++ b/bashrc @@ -13,8 +13,3 @@ alias r="urxvt -name Ranger -e ranger & disown" alias kssh="/usr/bin/kitty +kitten ssh" 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