summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/shell/profile')
-rw-r--r--ar/.config/shell/profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index b9ae6ca..3a9721c 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -118,6 +118,11 @@ export KODI_DATA="$XDG_DATA_HOME/kodi"
### --- LF --- ###
export FILE_MANAGER="lf $(lf -version)"
+### --- LYNX --- ###
+export LYNX_CFG="$HOME/.config/lynx/lynx.cfg"
+export LYNX_LSS="$HOME/.config/lynx/lynx.lss"
+export LYNX_CFG_PATH="$XDG_CONFIG_HOME/lynx"
+
### --- MANPAGER --- ###
([ -x "$(command -v batcat)" ] || [ -x "$(command -v batman)" ]) && {
export MANPAGER="sh -c 'col -bx | bat -l man -p'"