summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 12:42:43 -0400
committerSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 12:42:43 -0400
commit87ce8154c8e2297051f25d5bfe5260badb4a495d (patch)
tree613aaba7f18d6eece41da0d533f7af14a93a6b5a
parentyank paste to system clipboard (diff)
downloadnixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.tar.gz
nixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.tar.bz2
nixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.zip
add zoxide
-rw-r--r--common-darwin.nix1
-rw-r--r--zsh.nix1
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 = {
diff --git a/zsh.nix b/zsh.nix
index 86fd06b..5c25b07 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -20,6 +20,7 @@
'';
interactiveShellInit = ''
eval "$(direnv hook zsh)"
+ eval "$(zoxide init zsh)"
setopt autocd extendedglob nomatch notify