Merge branch 'main' into refactor/zsh
This commit is contained in:
commit
a393229c2e
8 changed files with 218 additions and 6 deletions
|
|
@ -35,6 +35,10 @@ update_path "$HOME/.local/share/rtx/shims"
|
|||
update_path "$HOME/.spicetify"
|
||||
|
||||
|
||||
if [[ -e "$DOTS/config/zsh/zprofile.local" ]]; then
|
||||
source "$DOTS/config/zsh/zprofile.local"
|
||||
fi
|
||||
|
||||
if [[ $OSTYPE =~ 'darwin' ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue