Add default options for less
This commit is contained in:
parent
b02c1e4eca
commit
dd0655db2b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ export LANG="en_US.UTF-8"
|
||||||
export LANGUAGE="en_US"
|
export LANGUAGE="en_US"
|
||||||
export LC_CTYPE="en_US.UTF-8"
|
export LC_CTYPE="en_US.UTF-8"
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
export LESS="-i -j.49 -M -R -z-2"
|
||||||
|
export PAGER=less
|
||||||
|
|
||||||
# Prepend custom bin directories to PATH if they exist.
|
# Prepend custom bin directories to PATH if they exist.
|
||||||
for p in /usr/local/opt/coreutils/libexec/gnubin "$HOME/.dotfiles/bin" "$HOME/bin"
|
for p in /usr/local/opt/coreutils/libexec/gnubin "$HOME/.dotfiles/bin" "$HOME/bin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue