[Emacs] Use less for pager when no server found
This commit is contained in:
parent
41bea05224
commit
f966f44b3c
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
if environment_variable_exists INSIDE_EMACS; then
|
if environment_variable_exists INSIDE_EMACS; then
|
||||||
emacs_pager "$@"
|
emacs_pager -a less "$@"
|
||||||
else
|
else
|
||||||
less -FXr
|
less -FXr
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user