Skip to content

Commit 3e1a721

Browse files
committed
gebner.zsh-theme: Remove (now) unnecessary window title monkey-patching.
1 parent f0ece75 commit 3e1a721

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/gebner.zsh-theme

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
44

55
REPORTTIME=10 # show execution times for long-running commands
66

7-
ZSH_THEME_TERM_TAB_TITLE_IDLE="%~" # do not truncate window title
8-
97
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
108

119
PROMPT='%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '

0 commit comments

Comments
 (0)