chore(zsh): Add in zprofile
This commit is contained in:
5
dot-config/zsh/dot-zprofile
Normal file
5
dot-config/zsh/dot-zprofile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Homebrew
|
||||
[[ -s /opt/homebrew/bin/brew ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# Orbstack
|
||||
[[ -s "${HOME}/.orbstack/shell/init.zsh" ]] && source "${HOME}/.orbstack/shell/init.zsh"
|
||||
Reference in New Issue
Block a user