Fix path order
This commit is contained in:
parent
50344aebb6
commit
2146a790b6
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -143,10 +143,10 @@ alias mutt="neomutt"
|
||||||
alias mailbundle="/opt/mailbundle/config/bin/autorun"
|
alias mailbundle="/opt/mailbundle/config/bin/autorun"
|
||||||
|
|
||||||
## torbrowser
|
## torbrowser
|
||||||
export PATH=$PATH:/opt/tor-browser_en-US
|
export PATH=/opt/tor-browser_en-US:$PATH
|
||||||
|
|
||||||
## platform-tools
|
## platform-tools
|
||||||
export PATH=$PATH:/opt/android-sdk/platform-tools
|
export PATH=/opt/android-sdk/platform-tools:$PATH
|
||||||
|
|
||||||
## Custom functions
|
## Custom functions
|
||||||
function lookhosts {
|
function lookhosts {
|
||||||
|
|
Loading…
Reference in a new issue