if command -v starship &> /dev/null; then
  eval "$(starship init zsh)"
fi

eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

source $HOME/.zprofile
