remove F and X from $LESS, set in git config --global core.pager "less -FRXi"

This commit is contained in:
Josh Holtrop 2011-01-01 17:42:44 -05:00
parent 875c379950
commit d1de754a55

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='FRXi' export LESS='Ri'
function mark() function mark()
{ {
MARKS_FILE=${HOME}/.marks MARKS_FILE=${HOME}/.marks