Skip to content

Instantly share code, notes, and snippets.

View MrHadiSatrio's full-sized avatar
🌵
Cactoostan

Hadi Satrio MrHadiSatrio

🌵
Cactoostan
View GitHub Profile
@MrHadiSatrio
MrHadiSatrio / .zprofile
Last active March 29, 2024 03:09
Hadi's .profile for ZSH
# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/opt/homebrew/bin/brew shellenv)"
alias zeep="code -w ~/.zprofile; source ~/.zprofile"
# Set PATH, aliases, etc., for JEnv.
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
alias java8="jenv shell zulu64-1.8.0.352"
alias java11="jenv shell zulu64-11.0.17"
alias java17="jenv shell zulu64-17.0.7"