From ec1632796f51aab056d62943d1ac6aeec0698c19 Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 26 Jul 2019 15:37:21 +0200 Subject: [PATCH] remove unused parameter --- config/p10k-lean.zsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index dfe03de..9017a00 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -328,12 +328,6 @@ fi # like this: 1|0. prompt_char is green in this case. typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=9 - - # Don't show status unless the last command was terminated by a signal. Your prompt symbol - # (prompt_char) indicates error by turning red. Error codes aren't usually interesting but - # signals are. This shows signals as "INT", "ABORT", "KILL", etc. You can remove this parameter - # for more verbose output. - typeset -g POWERLEVEL9K_STATUS_ERROR_CONTENT_EXPANSION='${${P9K_CONTENT#SIG}//[!A-Z]}' ###################[ command_execution_time: duration of the last command ]################### # Show duration of the last command if takes longer than this many seconds.