Update 'zsh.config'

This commit is contained in:
Aaron Fischer 2022-12-20 22:48:11 +01:00
parent e4ed5f0e65
commit e76f6f2bff

View file

@ -14,7 +14,7 @@ add-zsh-hook preexec update_cstatus
add-zsh-hook precmd update_cstatus
setopt PROMPT_SUBST
PS1='%T $CSTATUS %(?.%F{green}√.%F{red}?%?)%f %F{#666}%~%f %# '
PS1='($HOST) %T $CSTATUS %(?.%F{green}√.%F{red}?%?)%f %F{#666}%~%f %# '
alias c="/opt/tools/c/src/c.sh"