From 4550e8c3b1c5b9f3871f18bd1101e36605316441 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 4 Jan 2022 17:19:27 -0500 Subject: [PATCH] Changed shell cursor back to block in kitty --- bashrc | 5 +++++ config/kitty/kitty.conf | 2 ++ 2 files changed, 7 insertions(+) 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