Getting the error message:
Lynx file "/etc/lynx.lss" is not available.
Try this:
touch ~/lynx.lss
Edit ~/.bashrc
and add this:
alias lynx='lynx -lss=~/lynx.lss'
Reload bash — done and done.
Getting the error message:
Lynx file "/etc/lynx.lss" is not available.
Try this:
touch ~/lynx.lss
Edit ~/.bashrc
and add this:
alias lynx='lynx -lss=~/lynx.lss'
Reload bash — done and done.