Mercurial > pkg
diff defaults/profile @ 12:e056798af879
fixing problem with shell interpretation.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 07:09:37 +0000 |
parents | 7b9d471fc1d3 |
children |
line wrap: on
line diff
1.1 --- a/defaults/profile Wed Jan 09 05:11:10 2013 +0000 1.2 +++ b/defaults/profile Wed Jan 09 07:09:37 2013 +0000 1.3 @@ -28,6 +28,6 @@ 1.4 1.5 export HGEDITOR="emacs" 1.6 1.7 -alias hg="~/.hg-wrapper" 1.8 +alias hg="~/.hg-wrapper --config ui.username=`whoami`" 1.9 1.10 -PS1="\[$(tput setaf 3)\][\u \w] # \[$(tput sgr0)\]" 1.11 +PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]"