deja: resolved problems

This commit is contained in:
2026-05-22 10:55:39 +02:00
parent 278d3ab791
commit a8725be39c
+2 -2
View File
@@ -5,7 +5,7 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autosuggestion.enable = true; autosuggestion.enable = false; # zsh-autocomplete is replaced by deja
initContent = '' initContent = ''
# Safe cat that uses colorize plugin ccat # Safe cat that uses colorize plugin ccat
custom-cat() { custom-cat() {
@@ -24,7 +24,7 @@
fi fi
} }
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
#eval "$(deja init)" eval "$(deja init zsh)"
export PATH="$PATH:$HOME/NoteWrapper" # some project im coding export PATH="$PATH:$HOME/NoteWrapper" # some project im coding
fastfetch''\n''; fastfetch''\n'';
shellAliases = { shellAliases = {