Folder structure before (2 separate repositories):
XXX
|- .git
|- (project files)
YYY
|- .git
printf "\33c\e[3J" # clear terminal (removes "Last login" message) | |
echo ".zshrc loaded ..." | |
# Homebrew | |
eval "$(/opt/homebrew/bin/brew shellenv)" # add Homebrew to $PATH | |
# enables tab completion for Terraform | |
# usually the command "terraform -install-autocomplete" adds the following lines, | |
# but on Apple Silicon it errored with "complete:13: command not found: compdef"; | |
# the workaround is to also add the line "autoload -U +X compinit && compinit"; |