aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/foot/foot.ini4
-rw-r--r--.config/zsh/.zshrc2
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 '*'