summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 21:11:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 21:11:26 +0900
commit1fda6a1342b446a8ff557512423718b02bb8b6a8 (patch)
treea0d568e5fe173b03465b76d8ab8cbcbf7818ecc3 /ar/.config/shell
parent065a1bb2e6019079c7366056dc48b5d4435e4d53 (diff)
modified lf/lfrc, deleted lynx/lynx.cfg, modified shell/profile, created ar/.lynxrc
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'"