summaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-26 16:37:21 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-26 16:37:21 +0300
commitec1632796f51aab056d62943d1ac6aeec0698c19 (patch)
tree47eb50162e28d13589f59c5516b297db5f44dbed /config/p10k-lean.zsh
parent01e66aab67823c73abf9461f5a675ab63632d5e6 (diff)
remove unused parameter
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r--config/p10k-lean.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index dfe03de4..9017a003 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.