mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2021-12-23 ed5ce07e2146a0ddece958f55d6931c23626001b
Display return code in terminal if failed
1 files modified
2 ■■■ changed files
zsh/.zsh/p10k.zsh 2 ●●● patch | view | raw | blame | history
zsh/.zsh/p10k.zsh
@@ -515,7 +515,7 @@
  # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as
  # it will signify error by turning red.
  typeset -g POWERLEVEL9K_STATUS_ERROR=false
  typeset -g POWERLEVEL9K_STATUS_ERROR=true
  typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160
  typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘'