Make small PATH cleanup in .zshrc, add placeholder .zprofile

This commit is contained in:
david 2025-04-04 16:55:39 -05:00
parent 54669cc6c5
commit e8404ac44d
3 changed files with 3 additions and 3 deletions

View File

View File

@ -3,8 +3,8 @@ set -o vi
# path updates
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
export PATH=$PATH:~/bin/android-sdk-darwin/platform-tools:/opt/homebrew/opt/ccache/libexec
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec:/opt/homebrew/bin
export PATH=$PATH:$HOME/bin/android-sdk-darwin/platform-tools
# shortcuts for common commands
alias 3e='echo;echo;echo'