dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 5783e93dac7ebc499355230eae42273a6a09434e
parent be5b47480ec1273a984130e85890b03ce7375d01
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon, 19 Dec 2022 00:38:31 -0500

Added XDG to SQLite

Diffstat:
M.bash_profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -23,6 +23,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass export PYTHONSTARTUP=$XDG_CONFIG_HOME/python/pythonstartup.py export RANDFILE="$XDG_RUNTIME_DIR"/rnd +export SQLITE_HISTORY=$XDG_DATA_HOME/sqlite_history export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc export XSERVERRC="$XDG_CONFIG_HOME"/X11/xserverrc