Skip to content

Commit

Permalink
Add FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Sep 14, 2022
1 parent d649360 commit f155fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f155fdc

Please sign in to comment.