aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-09 13:21:48 +0200
committerschererleander <leander@schererleander.de>2025-05-09 13:21:48 +0200
commit307d8b020494b7bb432478eef34061dd4620c534 (patch)
treeb223cdaa31c032536bf6721677270e3698ca02cc /modules
parent94c0de69c51bc07cff245f5a2c819489c1b8499d (diff)
add new programs
Diffstat (limited to 'modules')
-rw-r--r--modules/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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"; }
];
};