diff options
Diffstat (limited to 'modules/zsh.nix')
| -rw-r--r-- | modules/zsh.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/zsh.nix b/modules/zsh.nix index 3aca8a7..68b9a23 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -23,11 +23,11 @@ in { zstyle ':completion:*' squeeze-slashes true zstyle ':completion:*' add-space false - # Case-insensitive completion - zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' + # Case-insensitive completion + zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' - # vim keybdings - bindkey -v + # vim keybindings + bindkey -v eval "$(zoxide init zsh)" ''; @@ -47,4 +47,4 @@ in { }; }; }; -} +}
\ No newline at end of file |
