diff options
author | awy <awy@awy.one> | 2024-11-09 02:01:49 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-09 02:01:49 +0300 |
commit | 99dc137cc569a358bb1c798b8505524295ec5401 (patch) | |
tree | ac866b773420b7cb19d90ea3c00c271ad8c06c96 /.config | |
parent | 4df97b6833f93720733943f8e6a25a93776c344b (diff) |
upload
Diffstat (limited to '.config')
-rw-r--r-- | .config/foot/foot.ini | 4 | ||||
-rw-r--r-- | .config/zsh/.zshrc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 22e89d6..e3af71e 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -69,9 +69,9 @@ pad=10x10 # optionally append 'center' # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] [cursor] -# style=block +style=beam # color=<inverse foreground/background> -# blink=no +# blink=yes # blink-rate=500 # beam-thickness=1.5 # underline-thickness=<font underline thickness> diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 417f268..6e66b3e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -4,6 +4,8 @@ autoload -U colors && colors # Load colors autoload -Uz vcs_info precmd_vcs_info() { vcs_info } precmd_functions+=( precmd_vcs_info ) +# neovim beam cursor fix +function precmd { print -Pn "\e[ q" } zstyle ':vcs_info:git:*' formats "[%b]%{$fg[yellow]%}%u" zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' unstagedstr '*' |