Add Amethyst and homebrew java for zshrc

This commit is contained in:
jgrogan 2024-07-12 11:31:51 +01:00
parent 0118c251d9
commit ce14a1d4ea
2 changed files with 319 additions and 0 deletions

View file

@ -31,3 +31,4 @@ alias cdproj="cd $PROJ_DIR"
# Git
alias gpo="git push origin"
alias gcb="git checkout branch"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"