dotfiles

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

commit a1ee1803747e45b9e9ccbf3a5829d3225048dbdf
parent 926a20d3cef72f86965822e8ce75f8711794b1d4
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Sat, 14 Oct 2023 21:00:39 +0000

Set up lynx to use XDG

Diffstat:
M.xdg/config/bash/bash_profile | 1+
A.xdg/config/lynx.cfg | 4++++
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