remove F and X from $LESS, set in git config --global core.pager "less -FRXi"
This commit is contained in:
parent
875c379950
commit
d1de754a55
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user