diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 01:14:31 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 01:14:31 +0400 |
commit | 9f18b09311413c8f2b3101e73ecf7b1ccb504262 (patch) | |
tree | 984c7a5f77968747a085fb089638dbb262a76e58 /config | |
parent | 242b4e712e848d5cf8220010596584805b12e652 (diff) |
style: remove useless empty line
Diffstat (limited to 'config')
-rwxr-xr-x | config/zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 4afbbc1..892310a 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -33,7 +33,6 @@ bindkey -M menuselect 'l' vi-forward-char bindkey -M menuselect 'j' vi-down-line-or-history bindkey -v '^?' backward-delete-char - # Change cursor shape for different vi modes. function zle-keymap-select () { case "${KEYMAP}" in |