From e04b5300532d21adf889cccf05b7d1f64c290825 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 10 May 2025 21:17:14 +0200 Subject: formatting --- modules/zsh.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/zsh.nix') 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 -- cgit v1.3.1