rewritten home/dev/zsh.nix

This commit is contained in:
2026-03-02 18:37:17 +01:00
parent 3d8ba56729
commit 00ec53a3a9
+3 -2
View File
@@ -2200,7 +2200,7 @@ Zsh gets installed and configured
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
autocd = true; autocd = true;
# Optional but recommended: keep zsh config in one dir (relative to $HOME) # Recommended: keep zsh config in one dir (relative to $HOME)
dotDir = ".config/zsh"; dotDir = ".config/zsh";
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
@@ -2216,10 +2216,11 @@ Zsh gets installed and configured
"kubectl" "kubectl"
]; ];
}; };
autosuggestion.enable = true; autosuggestions.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
} }
#+end_src #+end_src
** Starship ** Starship