summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/shell')
-rw-r--r--ar/.config/shell/profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index e5cccac..b9ae6ca 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -118,9 +118,6 @@ 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'"