From 9337e1cb56aa5db4d7949f6025722146008fc230 Mon Sep 17 00:00:00 2001 From: anki-code Date: Sat, 28 Mar 2020 08:43:33 +0300 Subject: [PATCH] XDG_CONFIG_HOME --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index c000f41..c001f54 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -87,6 +87,7 @@ CURRENT_DIR="$(cd "$(dirname "$0")" && pwd)" cd $CURRENT_DIR export XXH_HOME=`dirname -m $CURRENT_DIR/../../../../p` +export XDG_CONFIG_HOME=$XXH_HOME/.config #export HISTORY_FILE=$XXH_HOME/.your_portable_shell_history #