diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 04:20:18 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-31 04:20:18 +0900 |
| commit | 48ab1ba3a076e497409eb2f87ab197a9c89fa184 (patch) | |
| tree | 56a6c6c5276ccf54a108b10d6a875786975f56af /ar/.config/shell/profile | |
| parent | b3411e1f0e2e02a5b4b5cb88480a105fb21da67a (diff) | |
modified shell/aliasrc, modified shell/profile, deleted ar/.lynxrc, created lynx/
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" |
