diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-30 10:12:52 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-30 10:14:00 -0400 |
| commit | cce270cf1f03c1235c35b1b3c81caa6e9d76c331 (patch) | |
| tree | 7f3ac18d04268244a17777e9c50fe446319442e5 | |
| parent | nvim quit all buffers (diff) | |
| download | nixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.tar.gz nixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.tar.bz2 nixos-cce270cf1f03c1235c35b1b3c81caa6e9d76c331.zip | |
add fzf to zsh
| -rw-r--r-- | common-darwin.nix | 1 | ||||
| -rw-r--r-- | zsh.nix | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/common-darwin.nix b/common-darwin.nix index 62112fc..afca41c 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -27,6 +27,7 @@ passExtensions.pass-update nh nix-output-monitor + fzf ]; nix.gc = { @@ -21,8 +21,10 @@ interactiveShellInit = '' eval "$(direnv hook zsh)" + setopt autocd extendedglob nomatch notify + bindkey -v - export KEYTIMEOUT=1 + export KEYTIMEOUT=20 ''; }; } |
