We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d3dbe commit f41621cCopy full SHA for f41621c
themes/gebner.zsh-theme
@@ -2,6 +2,8 @@
2
3
if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
4
5
+ZSH_THEME_TERM_TAB_TITLE_IDLE="%~" # do not truncate window title
6
+
7
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
8
9
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