Merge branch 'main' into refactor/zsh

This commit is contained in:
Alexander Navarro 2024-02-20 13:23:23 -03:00
commit a393229c2e
8 changed files with 218 additions and 6 deletions

View file

@ -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