mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-23 02:13:11 -05:00
Changed shell cursor back to block in kitty
This commit is contained in:
parent
00a44ba5f3
commit
4550e8c3b1
2 changed files with 7 additions and 0 deletions
5
bashrc
5
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"
|
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
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
font_family Hack
|
font_family Hack
|
||||||
font_size 12
|
font_size 12
|
||||||
|
cursor_shape block
|
||||||
|
shell_integration no-cursor
|
||||||
#background_opacity 0.9
|
#background_opacity 0.9
|
||||||
window_padding_width 20
|
window_padding_width 20
|
||||||
#background #202020
|
#background #202020
|
||||||
|
|
Loading…
Reference in a new issue