* Add -R to LESS environment variable.
* Change default ratio limit in rtorrent.rc
This commit is contained in:
parent
590745a2bb
commit
eecb759159
2 changed files with 2 additions and 2 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="-Mi -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
||||
export LESS="-RMi -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
||||
export MANPAGER="less -Mis -PM'Page %dt$'"
|
||||
export PAGER="less"
|
||||
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue