aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/zshrc.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-08-25 10:05:33 -0700
committerGravatar Tom Willemse2026-08-25 10:06:29 -0700
commitcaf92dfcbe88aec2f6df6df6e2c26a802531c42f (patch)
treed8ff2ecabf714f4fc16313fd4ec17c6928a53383 /zsh/zshrc.org
parent858be92255e27b3e11da10ab1ed94281d6a73d6b (diff)
downloadnew-dotfiles-caf92dfcbe88aec2f6df6df6e2c26a802531c42f.tar.gz
new-dotfiles-caf92dfcbe88aec2f6df6df6e2c26a802531c42f.zip
zsh: Remove unused prompt definitions
Diffstat (limited to 'zsh/zshrc.org')
-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