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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue