* 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 LANG="en_GB.UTF-8"
|
||||||
export LC_COLLATE="POSIX" # 'C' causes issues with some applications
|
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 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 MANPAGER="less -Mis -PM'Page %dt$'"
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ check_hash = yes
|
||||||
# Stop after 1.0 ratio once 300M is uploaded
|
# Stop after 1.0 ratio once 300M is uploaded
|
||||||
ratio.enable=yes
|
ratio.enable=yes
|
||||||
ratio.min.set=100
|
ratio.min.set=100
|
||||||
ratio.max.set=110
|
ratio.max.set=150
|
||||||
ratio.upload.set=300M
|
ratio.upload.set=300M
|
||||||
system.method.set = group.seeding.ratio.command, d.close=
|
system.method.set = group.seeding.ratio.command, d.close=
|
||||||
#system.method.set = group.seeding.ratio.command, d.close=, d.erase=
|
#system.method.set = group.seeding.ratio.command, d.close=, d.erase=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue