Add -j.5 to LESS in bash_profile.
This commit is contained in:
parent
0f3bc739a7
commit
b32e64bc08
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export EDITOR="nano"
|
|||
export LANG="en_GB.UTF-8"
|
||||
export LC_COLLATE="POSIX" # 'C' causes issues with some applications
|
||||
# export LC_CTYPE="POSIX" # Not sure why I set this in the first place...
|
||||
export LESS="-RMi -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
||||
export LESS="-RM -j.5 -i -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
||||
export PAGER="less"
|
||||
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
||||
export VISUAL="$EDITOR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue