Skip to content

Commit f41621c

Browse files
committed
gebner.zsh-theme: Do not truncate window title.
1 parent 91d3dbe commit f41621c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/gebner.zsh-theme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
44

5+
ZSH_THEME_TERM_TAB_TITLE_IDLE="%~" # do not truncate window title
6+
57
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
68

79
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)