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 | |
| parent | b3411e1f0e2e02a5b4b5cb88480a105fb21da67a (diff) | |
modified shell/aliasrc, modified shell/profile, deleted ar/.lynxrc, created lynx/
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/aliasrc | 3 | ||||
| -rw-r--r-- | ar/.config/shell/profile | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 0a757d7..bfe1c54 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -456,6 +456,9 @@ alias w1='watch -n 1' # wget ialias wget --hsts-file="${XDG_CACHE_HOME:-${HOME}/.cache}/wget-hsts" +# w3m +alias w3m="w3m -config ${XDG_CONFIG_HOME:-${HOME}/.config}/w3m/config" + # xrandr alias xauto='xrandr --auto' 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" |
