From 89676cc37123982ac4e8b4de22308dcef54f7ac7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Tue, 10 Jan 2023 23:03:28 +0100 Subject: [PATCH] feat: show time when prompt was printed for better correlation when commands ended --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.2