diff --git a/.bash_profile b/.bash_profile index ce70265..7a2ede4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,3 +20,10 @@ export GOPATH="$XDG_DATA_HOME"/go export PLATFORMIO_CORE_DIR="$XDG_DATA_HOME"/platformio export RUSTUP_HOME="$XDG_DATA_HOME"/rustup export HISTFILE="$XDG_STATE_HOME"/bash/history + +# FIXME: When this is configured, gradle doesn't work correctly in vscodium +#export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle + +# FIXME: Files still get generated in $HOME +#export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc +#export RUSTUP_HOME="$XDG_DATA_HOME"/rustup \ No newline at end of file