From a8725be39cb73b00b829142600a560eb1a334e17 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Fri, 22 May 2026 10:55:39 +0200 Subject: [PATCH] deja: resolved problems --- modules/home-manager/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 2774d6f..bbb405e 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -5,7 +5,7 @@ programs.zsh = { enable = true; - autosuggestion.enable = true; + autosuggestion.enable = false; # zsh-autocomplete is replaced by deja initContent = '' # Safe cat that uses colorize plugin ccat custom-cat() { @@ -24,7 +24,7 @@ fi } eval "$(direnv hook zsh)" - #eval "$(deja init)" + eval "$(deja init zsh)" export PATH="$PATH:$HOME/NoteWrapper" # some project im coding fastfetch''\n''; shellAliases = {