This commit is contained in:
anki-code 2020-03-28 18:39:43 +03:00
parent e59d07873b
commit 56a7ce912c

View File

@ -94,7 +94,7 @@ export XXH_HOME=`readlink -f $CURRENT_DIR/../../../..`
#if [[ ! -d $XXH_HOME/.local/share/<yourshell> ]]; then #if [[ ! -d $XXH_HOME/.local/share/<yourshell> ]]; then
# mkdir -p $XXH_HOME/.local/share/<yourshell> # mkdir -p $XXH_HOME/.local/share/<yourshell>
#fi #fi
#export HISTORY_FILE=$XXH_HOME/.your_portable_shell_history #export HISTFILE=$XXH_HOME/.local/share/<yourshell>/<yourshell>_history
export XDG_CONFIG_HOME=$XXH_HOME/.config export XDG_CONFIG_HOME=$XXH_HOME/.config