diff options
Diffstat (limited to '')
| -rw-r--r-- | common-darwin.nix | 1 | ||||
| -rw-r--r-- | zsh.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common-darwin.nix b/common-darwin.nix index afca41c..c0ef32d 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -28,6 +28,7 @@ nh nix-output-monitor fzf + zoxide ]; nix.gc = { @@ -20,6 +20,7 @@ ''; interactiveShellInit = '' eval "$(direnv hook zsh)" + eval "$(zoxide init zsh)" setopt autocd extendedglob nomatch notify |
