Changed shell cursor back to block in kitty

This commit is contained in:
Andrew Scott 2022-01-04 17:19:27 -05:00
parent 00a44ba5f3
commit 4550e8c3b1
Signed by: a
GPG key ID: 3EB62D0BBB8DB381
2 changed files with 7 additions and 0 deletions

5
bashrc
View file

@ -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

View file

@ -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