Skip to content

Commit 48159fe

Browse files
committed
gebner.zsh-theme: Show execution time for long-running commands.
1 parent f41621c commit 48159fe

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+
REPORTTIME=10 # show execution times for long-running commands
6+
57
ZSH_THEME_TERM_TAB_TITLE_IDLE="%~" # do not truncate window title
68

79
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"

0 commit comments

Comments
 (0)