diff options
-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" |