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 f0ece75 commit 3e1a721Copy full SHA for 3e1a721
themes/gebner.zsh-theme
@@ -4,8 +4,6 @@ if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
4
5
REPORTTIME=10 # show execution times for long-running commands
6
7
-ZSH_THEME_TERM_TAB_TITLE_IDLE="%~" # do not truncate window title
8
-
9
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
10
11
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