From 5e97f82df0e2a983496fdbec832ba2655c53401c Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:57 +1000 Subject: [PATCH] zsh: added zoxide --- nix/modules/shell.nix | 1 + stow/.zshrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/modules/shell.nix b/nix/modules/shell.nix index 8a51b70..ddf10c0 100644 --- a/nix/modules/shell.nix +++ b/nix/modules/shell.nix @@ -5,6 +5,7 @@ environment.systemPackages = with pkgs; [ git + zoxide tmux tlrc file diff --git a/stow/.zshrc b/stow/.zshrc index 616d421..d0ed266 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -66,5 +66,6 @@ func plugInstall() { plugInstall https://github.com/zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh plugInstall https://github.com/Aloxaf/fzf-tab fzf-tab.zsh -# load fzf +# load fzf and zoxide eval "$(fzf --zsh)" +eval "$(zoxide init zsh)"