diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:53:51 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:53:51 +0530 |
| commit | 4ee171e70800f5b9b9cf7d6d1b2c2e10aae57db0 (patch) | |
| tree | 08a32342c7cb08445d801e12e3614f28f856cbac /config/zsh/theme.zsh | |
| parent | 0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc (diff) | |
| download | nixos-config-4ee171e70800f5b9b9cf7d6d1b2c2e10aae57db0.tar.gz nixos-config-4ee171e70800f5b9b9cf7d6d1b2c2e10aae57db0.zip | |
Updates paths for aliases for zsh
Diffstat (limited to '')
| -rw-r--r-- | config/zsh/theme.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/theme.zsh b/config/zsh/theme.zsh index 9fc4fac..baeae3e 100644 --- a/config/zsh/theme.zsh +++ b/config/zsh/theme.zsh @@ -22,7 +22,7 @@ p_dir() { # Prompt terminal status p_status() { - [[ ! -z "$WITH_NIX_PREFIX" ]] && echo -n "$(segment "[NIX:$WITH_NIX_PREFIX] " black $COL_STATUS_ERROR)"; + [[ ! -z "$WITH_NIX_PREFIX" ]] && echo -n "$(segment "[NIX:$WITH_NIX_PREFIX] " black $COL_ACCENT)"; echo -n "%(?..$(segment 'x' black $COL_STATUS_ERROR))" echo -n "%(1j.$(segment '(jobs: %j)' black $COL_STATUS_BG).)" } @@ -47,7 +47,7 @@ prompt() { p_status; p_dir; echo -n '$(p_git)'; - segment "$" black white; + segment "λ" black white; } export PROMPT="$(prompt) "; |
