diff --git a/entrypoint.sh b/entrypoint.sh index d3024ee..e418bf6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -94,7 +94,7 @@ export XXH_HOME=`readlink -f $CURRENT_DIR/../../../..` #if [[ ! -d $XXH_HOME/.local/share/ ]]; then # mkdir -p $XXH_HOME/.local/share/ #fi -#export HISTORY_FILE=$XXH_HOME/.your_portable_shell_history +#export HISTFILE=$XXH_HOME/.local/share//_history export XDG_CONFIG_HOME=$XXH_HOME/.config