changeset 36:d66d34065dd9 tip

better less.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 May 2013 14:40:32 -0400
parents 4823f88ea3b6
children
files src/profile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/src/profile	Sun Feb 10 05:58:58 2013 -0500
     1.2 +++ b/src/profile	Sun May 19 14:40:32 2013 -0400
     1.3 @@ -29,3 +29,5 @@
     1.4  alias hg="~/.hg-wrapper --config ui.username=`whoami`"
     1.5  
     1.6  PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]"
     1.7 +
     1.8 +alias less="less -X"