summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
commit6daf1fd514dde0bf35baa8c224a34daaccae53a9 (patch)
treef74760b6f0a667845a35d7d99273939af00f4967 /.bash_profile
parentecb8af627ae0a844c8f17c57281200683c1f14ab (diff)
new configs for new system
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 204fc3a..e65e24b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,9 +6,9 @@ export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
# Add various paths
-export PATH="$PATH:$HOME/.fzf/bin:$HOME/.rvm/bin"
+export PATH="$PATH:$HOME/.fzf/bin:$HOME/.cargo/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*
+umask 0077