diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 22:10:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 22:10:23 -0300 |
commit | 95f6bb8f0688d26674757dfd2d2bf5c8b2f4acf5 (patch) | |
tree | f126f95910e3e5dfca0204a97d01bdc609356107 | |
parent | 51a2db6ef2d7f15e07fd9470cab1df14548fa29f (diff) | |
download | profile-95f6bb8f0688d26674757dfd2d2bf5c8b2f4acf5.tar.gz profile-95f6bb8f0688d26674757dfd2d2bf5c8b2f4acf5.tar.bz2 |
Uses custom lynx config
-rw-r--r-- | profile.dot.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index f93b331..17312d6 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -133,6 +133,10 @@ export LESSSECURE="1" export LESSOPEN="" export LESSCLOSE="" +# Lynx configuration +export LYNX_LSS="$HOME/.lynx/lynx.lss" +export LYNX_CFG="$HOME/.lynx/lynx.cfg" + # Temporary folder export TMPDIR="$HOME/temp/misc" export TMP="$HOME/temp/misc" |