From 307d8b020494b7bb432478eef34061dd4620c534 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 9 May 2025 13:21:48 +0200 Subject: add new programs --- modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/zsh.nix b/modules/zsh.nix index d252396..9389d51 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -18,6 +18,7 @@ in { zstyle ':completion:*' special-dirs true zstyle ':completion:*' squeeze-slashes true zstyle ':completion:*' add-space false + eval "$(zoxide init zsh)" ''; zplug = { @@ -27,7 +28,6 @@ in { { name = "zpm-zsh/colorize"; } { name = "sindresorhus/pure"; tags = [ "as:theme" "use:pure.zsh" ]; } { name = "zdharma-continuum/fast-syntax-highlighting"; } - { name = "agkozak/zsh-z"; } { name = "zsh-users/zsh-autosuggestions"; } ]; }; -- cgit v1.3.1