comparison 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
comparison
equal deleted inserted replaced
11:389f8678f1d8 12:e056798af879
26 eval $(dircolors -b $colors) 26 eval $(dircolors -b $colors)
27 unset colors 27 unset colors
28 28
29 export HGEDITOR="emacs" 29 export HGEDITOR="emacs"
30 30
31 alias hg="~/.hg-wrapper" 31 alias hg="~/.hg-wrapper --config ui.username=`whoami`"
32 32
33 PS1="\[$(tput setaf 3)\][\u \w] # \[$(tput sgr0)\]" 33 PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]"