Mercurial > pkg
comparison src/profile @ 36:d66d34065dd9 tip
better less.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 19 May 2013 14:40:32 -0400 |
parents | 4c49f8e6d79d |
children |
comparison
equal
deleted
inserted
replaced
35:4823f88ea3b6 | 36:d66d34065dd9 |
---|---|
27 export HGEDITOR="emacs" | 27 export HGEDITOR="emacs" |
28 | 28 |
29 alias hg="~/.hg-wrapper --config ui.username=`whoami`" | 29 alias hg="~/.hg-wrapper --config ui.username=`whoami`" |
30 | 30 |
31 PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]" | 31 PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]" |
32 | |
33 alias less="less -X" |