diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile index 0a5580d..8014eae 100644 --- a/etc/profile +++ b/etc/profile @@ -1,7 +1,7 @@ ## vim:ft=zsh if (( ZPROFILE == 0 )) { source $HOME/packages/zsh/etc/colors - print -P "${info}>>${reset} this is ${info}`uname -srm`${reset} on ${info}%y${reset}" + print -P "${info}>>${reset} this is ${info}$(uname -srm)${reset} on ${info}%y${reset}" [[ -n $(echo Maildir/new/*(N)) ]] && echo "${info}>>${reset} You have mail!" [[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile ZPROFILE=1 |