feat: zsh, starship, session vars + graphical option pattern
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user