~xdavidwu/dotfiles

518adc283c39e5b0fd7fb4ebd9f6dda1859543a5 — xdavidwu 2 years ago 703ff5f
bash: make abduco socket dir more xdg
1 files changed, 1 insertions(+), 0 deletions(-)

M .bash_profile
M .bash_profile => .bash_profile +1 -0
@@ 36,6 36,7 @@ export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history"
export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export ABDUCO_SOCKET_DIR="$XDG_DATA_HOME"

# application envs
[ -f /usr/bin/vimpager ] && export PAGER=vimpager