From: Hendrik Jäger Date: Tue, 10 Jan 2023 22:03:28 +0000 (+0100) Subject: feat: show time when prompt was printed for better correlation when commands ended X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=89676cc37123982ac4e8b4de22308dcef54f7ac7;p=user%2Fhenk%2Fvcsh%2Fzsh.git feat: show time when prompt was printed for better correlation when commands ended --- diff --git a/.zshrc b/.zshrc index 82279d4..d671855 100644 --- a/.zshrc +++ b/.zshrc @@ -192,6 +192,7 @@ zstyle ':zle:*' word-style normal zstyle ':zle:*' word-chars '*?[]~;!#$%^(){}<>' +LP_ENABLE_TIME=1 # should probably be closer to the bottom than the top? zgenom load 'https://github.com/nojhan/liquidprompt'