feat: zsh, starship, session vars + graphical option pattern

This commit is contained in:
2026-03-03 22:03:20 +01:00
parent 27b7037a7f
commit cd2e2bea47
3 changed files with 76 additions and 4 deletions
+5 -4
View File
@@ -7,7 +7,8 @@ in
# Tells HM to set ZDOTDIR, which moves all zsh config into ~/.config/zsh
programs.zsh = {
enable = true;
dotDir = ".config/zsh"; # sets ZDOTDIR automatically
dotDir = "${config.xdg.configHome}/zsh";
enableCompletion = true;
autosuggestion.enable = true;
@@ -20,9 +21,9 @@ in
share = true;
};
initContent = ''
PROMPT="%F{${c.green_b}}%n@%m%f %F{${c.yellow_b}}%~%f %F{${c.fg4}}»%f "
'';
# initContent = ''
# PROMPT="%F{${c.green_b}}%n@%m%f %F{${c.yellow_b}}%~%f %F{${c.fg4}}»%f "
# '';
shellAliases = {
ls = "eza --icons";