From 5d79895d843f6a3005ec36a4aa732cadab71737d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 30 Apr 2024 10:05:52 +0200 Subject: [PATCH] Navigation is weird now so let's try and fix that this way --- home-manager/shared/shell/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/shared/shell/zsh.nix b/home-manager/shared/shell/zsh.nix index 75b9810..0ea7244 100644 --- a/home-manager/shared/shell/zsh.nix +++ b/home-manager/shared/shell/zsh.nix @@ -42,12 +42,16 @@ "git" "colored-man-pages" "colorize" + "dirhistory" + "dirpersist" "history" "history-substring-search" "fancy-ctrl-z" "git-flow" "isodate" "z" + "zsh-interactive-cd" + "zsh-navigation-tools" ]; }; # stuff for zoxide & tre