summaryrefslogtreecommitdiffstats
path: root/zsh.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew.montgomery@warpengine.ai>2026-06-30 10:12:52 -0400
committerSkullheadx <andrew.montgomery@warpengine.ai>2026-06-30 10:14:00 -0400
commitcce270cf1f03c1235c35b1b3c81caa6e9d76c331 (patch)
tree7f3ac18d04268244a17777e9c50fe446319442e5 /zsh.nix
parentnvim quit all buffers (diff)
downloadnixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.tar.gz
nixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.tar.bz2
nixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.zip
add fzf to zsh
Diffstat (limited to 'zsh.nix')
-rw-r--r--zsh.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh.nix b/zsh.nix
index d4ec73b..86fd06b 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -21,8 +21,10 @@
interactiveShellInit = ''
eval "$(direnv hook zsh)"
+ setopt autocd extendedglob nomatch notify
+
bindkey -v
- export KEYTIMEOUT=1
+ export KEYTIMEOUT=20
'';
};
}