diff options
| author | 2012-02-11 10:42:36 +0100 | |
|---|---|---|
| committer | 2012-02-11 10:42:36 +0100 | |
| commit | 14b420c99e9d864a70d3df9b4c14c5df81596d1d (patch) | |
| tree | 8f1be2d1277171c51e343be3c3bcf912c2ed24ea /.zsh/functions | |
| parent | 297d692457ac46bb350fd73ecd576f01043fcd68 (diff) | |
| download | dotfiles-14b420c99e9d864a70d3df9b4c14c5df81596d1d.tar.gz dotfiles-14b420c99e9d864a70d3df9b4c14c5df81596d1d.zip | |
.zsh/functions/prompt
Diffstat (limited to '.zsh/functions')
| -rw-r--r-- | .zsh/functions/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 9b17c46..6af344e 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -15,6 +15,6 @@ if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then "%{${fg[cyan]}%}" $aur_cnt "%{${fg[default]}%}" fi -printf '%s %s%s%s:%s%s%s ' \ +printf '%s %s%s:%s%s%s%s ' \ "%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \ "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}" |
