This commit is contained in:
anki-code 2020-03-30 15:18:10 +03:00
parent 56a7ce912c
commit 1c4eef118b

View File

@ -94,9 +94,6 @@ 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 HISTFILE=$XXH_HOME/.local/share/<yourshell>/<yourshell>_history
export XDG_CONFIG_HOME=$XXH_HOME/.config
if [[ $HOMEPATH != '' ]]; then if [[ $HOMEPATH != '' ]]; then
homerealpath=`readlink -f $HOMEPATH` homerealpath=`readlink -f $HOMEPATH`
@ -111,6 +108,9 @@ else
export HOME=$XXH_HOME export HOME=$XXH_HOME
fi fi
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
# #
# Run the portable shell # Run the portable shell