Browse Source

Fix path order

Blallo 3 years ago
parent
commit
2146a790b6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .zshrc

+ 2 - 2
.zshrc

@@ -143,10 +143,10 @@ alias mutt="neomutt"
 alias mailbundle="/opt/mailbundle/config/bin/autorun"
 
 ## torbrowser
-export PATH=$PATH:/opt/tor-browser_en-US
+export PATH=/opt/tor-browser_en-US:$PATH
 
 ## platform-tools
-export PATH=$PATH:/opt/android-sdk/platform-tools
+export PATH=/opt/android-sdk/platform-tools:$PATH
 
 ## Custom functions
 function lookhosts {