diff options
| author | Eva <cafebabe@makai> | 2022-12-08 21:20:57 +0100 |
|---|---|---|
| committer | Eva <cafebabe@makai> | 2022-12-08 21:20:57 +0100 |
| commit | 5fb6e0e59c1ab114c093dd54bcc521c51a8a6eed (patch) | |
| tree | 689148e30acf340b290e420a8a6b4bf6b51c6083 /.bash_profile | |
| parent | eeec3bbff4cd33e38b38dbbed41abc8270ee35fd (diff) | |
made changes to structure of home_dir
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile index 21efc3f..204fc3a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,16 +1,14 @@ # Path for Android Development -export ANDROID_HOME=$HOME/Android/Sdk +export ANDROID_HOME=$HOME/.local/src/android/Sdk export PATH=$PATH:$ANDROID_HOME/emulator export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/tools/bin export PATH=$PATH:$ANDROID_HOME/platform-tools # Add various paths -export PATH="$PATH:$HOME/.cargo/bin:$HOME/.fzf/bin:$HOME/.rvm/bin" +export PATH="$PATH:$HOME/.fzf/bin:$HOME/.rvm/bin" export _JAVA_AWT_WM_NONREPARENTING=1 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* - -. "$HOME/.cargo/env" |
