aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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