From b47852808f348dfa3a64c0a65d55c54c1c8a40a7 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Mon, 9 Aug 2021 16:30:39 +0200 Subject: [PATCH] longer prompt time --- zsh.d/30-prompt.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh.d/30-prompt.zsh b/zsh.d/30-prompt.zsh index 55ea378..368cb14 100644 --- a/zsh.d/30-prompt.zsh +++ b/zsh.d/30-prompt.zsh @@ -7,8 +7,11 @@ autoload -U promptinit;promptinit zstyle :prompt:pure:user color white zstyle :prompt:pure:host color white +PURE_CMD_MAX_EXEC_TIME=30 + # Default prompt is pure # -prompt mypure +# prompt mypure +prompt pure # vim: set ts=4 sw=4 tw=0 ft=zsh :