diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
| commit | b2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch) | |
| tree | b650fd81505e6d015e490cebf0aa9b4f0dba68c5 /.bash_profile | |
| parent | 599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff) | |
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to '.bash_profile')
| -rwxr-xr-x | .bash_profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile index 9b25bc6..772f3dc 100755 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,3 @@ -# Add various paths -export PATH="$PATH:/usr/local/lib:$HOME/.cargo/bin:$HOME/.local/bin" - # Path for Android Development export ANDROID_HOME=$HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/emulator @@ -8,6 +5,9 @@ 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" + [[ -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* |
