dotfiles

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

commit be5b47480ec1273a984130e85890b03ce7375d01
parent faaa2d58e63d3bc8c8386e7a12f6e3b4c0babcf2
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon, 19 Dec 2022 00:37:13 -0500

XDG directory for node

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

diff --git a/.bash_profile b/.bash_profile @@ -18,6 +18,7 @@ export XDG_STATE_HOME="$HOME/.local/state" #export GNUPGHOME="$XDG_DATA_HOME"/gnupg export ELINKS_CONFDIR="$XDG_CONFIG_HOME"/elinks export MAXIMA_USERDIR="$XDG_CONFIG_HOME"/maxima +export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history 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