Use environment variables for lynx config and lss locations instead of command line.
This commit is contained in:
parent
716eb00790
commit
0041597afd
2 changed files with 2 additions and 1 deletions
1
.bashrc
1
.bashrc
|
|
@ -59,7 +59,6 @@ if [ "$_PLATFORM" = "Linux" ]; then
|
|||
hash iftop >/dev/null 2>&1 && alias iftop='TERM=vt100 iftop'
|
||||
hash last less >/dev/null 2>&1 && alias laston='last -a | less'
|
||||
hash ls >/dev/null 2>&1 && alias ls='ls -bFv --color=auto'
|
||||
hash lynx >/dev/null 2>&1 && alias lynx='lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss'
|
||||
hash minicom >/dev/null 2>&1 && alias minicom='minicom -m -c on'
|
||||
hash mkpasswd >/dev/null 2>&1 && alias pwgen='mkpasswd -m sha512crypt'
|
||||
hash pine >/dev/null 2>&1 && alias pine='pine -p "{mail.open-source.co.uk/Service=IMAP/User=darren@afterdark.org.uk/TLS/NoValidate-Cert/NoRsh}.pinerc"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue