From 29d83ba6b15ab84b548798b4a5ab9332fff6dd10 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 9 Jan 2009 17:39:54 +0100 Subject: etc/profile: Use $() instead of `` --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3