comparison defaults/bashrc @ 7:ab4011ea1463

using C wrapper instead of perl wrapper.
author Robert McIntyre <rlm@mit.edu>
date Tue, 08 Jan 2013 18:10:15 +0000
parents 941970bc92e3
children
comparison
equal deleted inserted replaced
6:941970bc92e3 7:ab4011ea1463
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"
32
33 PS1="\[$(tput setaf 3)\][\u \w] # \[$(tput sgr0)\]"