diff options
Diffstat (limited to 'external/zsh/theme.zsh')
| -rw-r--r-- | external/zsh/theme.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/zsh/theme.zsh b/external/zsh/theme.zsh index 8666a7a..9fc4fac 100644 --- a/external/zsh/theme.zsh +++ b/external/zsh/theme.zsh @@ -22,6 +22,7 @@ p_dir() { # Prompt terminal status p_status() { + [[ ! -z "$WITH_NIX_PREFIX" ]] && echo -n "$(segment "[NIX:$WITH_NIX_PREFIX] " black $COL_STATUS_ERROR)"; echo -n "%(?..$(segment 'x' black $COL_STATUS_ERROR))" echo -n "%(1j.$(segment '(jobs: %j)' black $COL_STATUS_BG).)" } |
