mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
get git to not use $PAGER all the time
This commit is contained in:
parent
08c1770871
commit
807841a2d0
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -83,6 +83,8 @@ export LESS=' -R'
|
||||||
|
|
||||||
( which vim &> /dev/null ) && export EDITOR='vim'
|
( which vim &> /dev/null ) && export EDITOR='vim'
|
||||||
|
|
||||||
|
export GIT_PAGER=''
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias cd..='cd ..'
|
alias cd..='cd ..'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue