Skip to content

Instantly share code, notes, and snippets.

@tckz
Created November 13, 2019 06:35
Show Gist options
  • Save tckz/1f172ca285e5958f4a2b4f51a98bdeaa to your computer and use it in GitHub Desktop.
Save tckz/1f172ca285e5958f4a2b4f51a98bdeaa to your computer and use it in GitHub Desktop.
fpath=(/usr/local/Cellar/git/2.19.2/share/zsh/site-functions $fpath)
if [ -e /usr/local/share/zsh-completions ]; then
fpath=(/usr/local/share/zsh-completions $fpath)
fi
autoload -U compinit
compinit -u
source /usr/local/Cellar/awscli/1.16.190/libexec/bin/aws_zsh_completer.sh
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc'
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
source "/usr/local/opt/zsh-git-prompt/zshrc.sh"
GIT_PS1_SHOWDIRTYSTATE=true
RPROMPT='$(git_super_status)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment