summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-12 16:31:11 -0600
committerTim Keller <tjkeller.xyz>2025-01-12 16:31:11 -0600
commitd9b468e3bc68fc931c45e831344bc4d8929b21ee (patch)
tree4cf86d52a7facf2e471f71136b49bb3a7e52449b /zshrc
parent62b4369b3aeea290e53a4d0b2863f31b5355f983 (diff)
downloadzsh-d9b468e3bc68fc931c45e831344bc4d8929b21ee.tar.xz
zsh-d9b468e3bc68fc931c45e831344bc4d8929b21ee.zip
nix-shell zscript
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index f12c3c2..437dd8e 100755
--- a/zshrc
+++ b/zshrc
@@ -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 %b%F{${coljobs:-white}}%1(j.[%j] .)%F{${coldir:-magenta}}%U%~%u%F{${colbr:-red}}]%f%b%(!.#.$) "
+[ -z "$PS1OVERRIDE" ] && PS1="${PS1PREFIX}%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