From 518adc283c39e5b0fd7fb4ebd9f6dda1859543a5 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 1 Feb 2022 13:39:53 +0800 Subject: [PATCH] bash: make abduco socket dir more xdg --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 85aafff..beda002 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 -- 2.43.0