aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-08-25 10:05:33 -0700
committerGravatar Tom Willemse2026-08-26 23:04:25 -0700
commit46c27c5ff17ac1fce4f79da1037f76b71719a60d (patch)
treed8ff2ecabf714f4fc16313fd4ec17c6928a53383 /zsh
parent1398765ae927830e995d97af786b3b3af2341e2a (diff)
downloadnew-dotfiles-46c27c5ff17ac1fce4f79da1037f76b71719a60d.tar.gz
new-dotfiles-46c27c5ff17ac1fce4f79da1037f76b71719a60d.zip
zsh: Remove unused prompt definitions
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index fc53c1b..9383348 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -200,8 +200,6 @@ Setup VCS info. The =formats= option supports two arguments, they are the format
Set the actual prompts.
#+begin_src sh
- PROMPT='%T $(spwd) %B%(?.%F{2}.%F{1}[%?])>%b%f '
- PROMPT='%{\e]133;P;k=i\a%}%T $(spwd) %B%(?.%F{2}.%F{1}[%?])>%b%f %{\e]133;B\a%}'
PROMPT=$'%{\e]133;P;k=i\a%}%T $(spwd) %B%(?.%F{2}.%F{1}[%?])>%b%f %{\e]133;B\a%}'
RPROMPT=$'%{\e]133;P;k=r\a%}${vcs_info_msg_0_}%{\e]133;B\a%}'
#+end_src