summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile6
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"