added F and X to $LESS again

This commit is contained in:
Josh Holtrop 2010-12-21 11:02:36 -05:00
parent 2b55b431c4
commit 3332133c58

View File

@ -41,7 +41,7 @@ alias backgammon='backgammon -r -pb'
# put 'cattodo' in $PROMPT_COMMAND to use # put 'cattodo' in $PROMPT_COMMAND to use
alias cattodo='if [[ $LAST_WD != $PWD ]]; then if [[ -r .todo ]]; then cat .todo; fi; LAST_WD=$PWD; fi' alias cattodo='if [[ $LAST_WD != $PWD ]]; then if [[ -r .todo ]]; then cat .todo; fi; LAST_WD=$PWD; fi'
alias ls='ls --color=auto' alias ls='ls --color=auto'
export LESS='Ri' export LESS='FRXi'
function mark() function mark()
{ {
MARKS_FILE=${HOME}/.marks MARKS_FILE=${HOME}/.marks