Use environment variables for lynx config and lss locations instead of command line.

This commit is contained in:
Darren 'Tadgy' Austin 2019-06-11 20:31:41 +01:00
commit 0041597afd
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,8 @@ export VISUAL="$EDITOR"
_PLATFORM="$(uname -s)"
if [ "$_PLATFORM" = "Linux" ]; then
export I_WANT_A_BROKEN_PS=1
export LYNX_CFG="$HOME/.lynx.cfg"
export LYNX_LSS="$HOME/.lynx.lss"
export MANPATH="~/.local/share/man:$MANPATH"
hash dircolors >/dev/null 2>&1 && eval "$(dircolors -b ~/.dir_colors)"
elif [ "$_PLATFORM" = "Darwin" ]; then