fixed zsh prompt

This commit is contained in:
John Lancaster
2026-03-09 01:20:07 -05:00
parent e3c29f8ba6
commit 6ba202edd3

View File

@@ -7,6 +7,7 @@
enableCompletion = true;
autosuggestion.enable = true;
# syntaxHighlighting.enable = true;
initContent = "HOST=$(hostname -s)";
dotDir = "${config.xdg.configHome}/zsh";
history = {
append = true;