mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Use most if available.
This commit is contained in:
@@ -64,6 +64,11 @@ if [ -x /usr/bin/ack-grep ] ; then
|
|||||||
alias ack='/usr/bin/ack-grep'
|
alias ack='/usr/bin/ack-grep'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Most is nice, if we have it
|
||||||
|
if command -v most >/dev/null 2>&1; then
|
||||||
|
export PAGER="most"
|
||||||
|
fi
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user