diff options
Diffstat (limited to 'ar/.config/shell/profile')
| -rw-r--r-- | ar/.config/shell/profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 89153cd..e5cccac 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -118,6 +118,9 @@ export KODI_DATA="$XDG_DATA_HOME/kodi" ### --- LF --- ### export FILE_MANAGER="lf $(lf -version)" +### --- LYNX --- ### +export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" + ### --- MANPAGER --- ### ([ -x "$(command -v batcat)" ] || [ -x "$(command -v batman)" ]) && { export MANPAGER="sh -c 'col -bx | bat -l man -p'" @@ -210,6 +213,9 @@ export WINEDLLOVERRIDES="winemenubuilder.exe=d" ### --- WGET --- ### export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +### --- W3M --- ### +export W3M_DIR="$XDG_STATE_HOME/w3m" + ### --- X11 --- ### export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" |
