diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-06 03:27:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-06 03:27:32 +0900 |
| commit | 16d2664f0855b97bea8bb21430862b9e35414341 (patch) | |
| tree | 4abd04dc3f73bc6a977576d3ae625f87a7faf0ef /ar/.config/shell/profile | |
| parent | dad4eabf6c6bc8578a67a90cef140641632708df (diff) | |
modified newsboat/urls, modified shell/profile, deleted ar/.lynxrc, created lynx/
Diffstat (limited to 'ar/.config/shell/profile')
| -rw-r--r-- | ar/.config/shell/profile | 5 |
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'" |
