# HG changeset patch # User Robert McIntyre # Date 1368988832 14400 # Node ID d66d34065dd9342fec902a48102bf78701965b98 # Parent 4823f88ea3b6b1870260628008c702540a8fb2c0 better less. diff -r 4823f88ea3b6 -r d66d34065dd9 src/profile --- a/src/profile Sun Feb 10 05:58:58 2013 -0500 +++ b/src/profile Sun May 19 14:40:32 2013 -0400 @@ -29,3 +29,5 @@ alias hg="~/.hg-wrapper --config ui.username=`whoami`" PS1="\[$(tput setaf 3)\][\u \w] % \[$(tput sgr0)\]" + +alias less="less -X"