From 46c27c5ff17ac1fce4f79da1037f76b71719a60d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 25 Aug 2026 10:05:33 -0700 Subject: zsh: Remove unused prompt definitions --- zsh/zshrc.org | 2 -- 1 file changed, 2 deletions(-) (limited to 'zsh') 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 -- cgit v1.3-2-g0d8e