diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-06 14:49:19 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-06 14:49:19 -0600 |
commit | b6e52cce13dfbdbcdb0ceca8f4a5e8a760456e92 (patch) | |
tree | 9e4dd7e60bf357c149fe9d8de613a99f6140fba0 /zshrc | |
parent | 7031644731d1a8857b107be54f54d1ddd083f0bf (diff) | |
download | zsh-b6e52cce13dfbdbcdb0ceca8f4a5e8a760456e92.tar.xz zsh-b6e52cce13dfbdbcdb0ceca8f4a5e8a760456e92.zip |
add suspended jobs to prompt
Diffstat (limited to 'zshrc')
-rwxr-xr-x | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ for zscript in "$XDG_CONFIG_HOME/zsh/zscripts"{/[^\!]*.zsh,/hosts/*.$HOST.zsh,/! # Colors! + Prompt autoload -U colors && colors -[ -z "$PS1OVERRIDE" ] && PS1="%B%F{${colbr:-red}}[%F{${colname:-yellow}}%n%F{${colat:-green}}@%F{${colhost:-blue}}%m %F{${coldir:-magenta}}%U%~%u%F{${colbr:-red}}]%f%b%(!.#.$) " +[ -z "$PS1OVERRIDE" ] && PS1="%B%F{${colbr:-red}}[%F{${colname:-yellow}}%n%F{${colat:-green}}@%F{${colhost:-blue}}%m %b%F{${coljobs:-white}}%1(j.[%j] .)%F{${coldir:-magenta}}%U%~%u%F{${colbr:-red}}]%f%b%(!.#.$) " # Cd settings setopt AUTO_CD # `cd` is implied when path is entered |