shell: update aliases

This commit is contained in:
Marco Thomas
2023-09-28 09:08:49 +00:00
parent f041223352
commit ead5f9ba11
4 changed files with 25 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
ICON="%(?.%{$fg[green]%}.%{$fg[red]%})λ>"
ICON="%(?.%{$fg[green]%}.%{$fg[red]%})>"
DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
HOSTN="%{$fg[yellow]%}%m "