diff --git a/bashrc b/bashrc index 1713fd5..0b41391 100644 --- a/bashrc +++ b/bashrc @@ -16,3 +16,8 @@ alias rr="/usr/bin/kitty --class Ranger --name Ranger /usr/bin/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 diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 51aa573..35bce6c 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,7 @@ font_family Hack font_size 12 +cursor_shape block +shell_integration no-cursor #background_opacity 0.9 window_padding_width 20 #background #202020