From cce270cf1f03c1235c35b1b3c81caa6e9d76c331 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 10:12:52 -0400 Subject: add fzf to zsh --- zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh.nix') 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 ''; }; } -- cgit v1.3.1