diff options
Diffstat (limited to '')
| -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 ''; }; } |
