commit dfe3b429ebb6c442c78c254985ad68e62ddb8d41
parent e04c329a76e8f9c3174090092d40dd124c1ac3e3
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date: Tue, 17 Aug 2021 01:13:22 +0530
parent e04c329a76e8f9c3174090092d40dd124c1ac3e3
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date: Tue, 17 Aug 2021 01:13:22 +0530
Darwin bharat-9052 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.config/bash/bashrc b/.config/bash/bashrc @@ -15,6 +15,8 @@ done export PS1="\w $ " +shopt -s autocd + # Plugins [ -f "${XDG_CONFIG_HOME}/bash/plugin/index" ] && . "${XDG_CONFIG_HOME}/bash/plugin/index"
diff --git a/.profile b/.profile @@ -8,6 +8,7 @@ export XDG_CACHE_HOME="$HOME/.cache" export GNUPGHOME="$XDG_DATA_HOME/gnupg" export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' export LESSHISTFILE=- +export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" 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