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

if command -v brew &> /dev/null; then
  eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi
