aboutsummaryrefslogtreecommitdiff
path: root/modules/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/zsh.nix')
-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"; }
];
};