dotfiles

Clean dotfiles
git clone git://git.dimitrijedobrota.com/dotfiles.git
Log | Files | Refs |

commitcc83801a04f4a5e1c1abbeba725f5ba26a0327cb
parentce0999ed27d51469542ffb19e8254e02222e67c5
authorDimitrije Dobrota <mail@dimitrijedobrota.com>
dateSat, 14 Oct 2023 21:00:39 +0000

Set up lynx to use XDG

Diffstat:
M.xdg/config/bash/bash_profile|+
A.xdg/config/lynx.cfg|++++

2 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile

@@ -15,4 +15,5 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true

export PASSWORD_STORE_EXTENSIONS_DIR="$XDG_DATA_HOME/pass-store/.extensions"
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export LYNX_CFG="$XDG_CONFIG_HOME/lynx.cfg"

diff --git a/.xdg/config/lynx.cfg b/.xdg/config/lynx.cfg

@@ -0,0 +1,4 @@

SET_COOKIES:TRUE
PERSISTENT_COOKIES:TRUE
COOKIE_FILE:$XDG_DATA_HOME/lynx/lynx_cookies
COOKIE_SAVE_FILE:$XDG_DATA_HOME/lynx/lynx_cookies