Skip to content

Instantly share code, notes, and snippets.

View AjinkyaBapat's full-sized avatar

Ajinkya AjinkyaBapat

View GitHub Profile
@AjinkyaBapat
AjinkyaBapat / .zshrc
Created December 6, 2017 06:30 — forked from chuycepeda/.zshrc
.zshrc edits for gcloud sdk and gcloud-zsh-completion
#If zsh installed, gcloud may not work, thus add the following lines to .zshrc file (aka on Terminal run $ vi /.zshrc)
#zsh install: https://github.com/robbyrussell/oh-my-zsh/
#gcloud sdk install: https://cloud.google.com/sdk/
#gcloud zsh completion install: https://github.com/littleq0903/gcloud-zsh-completion
#gcloud
export PATH="/path/to/google-cloud-sdk/bin:$PATH"
#gcloud zsh completion
fpath=(/path/to/gcloud-zsh-completion/src $fpath)