Skip to content

Commit

Permalink
feat: gcp auto complete for zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Nov 22, 2024
1 parent 477ef11 commit 9b940d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,9 @@ eval $(thefuck --alias)
# Created by `pipx` on 2024-06-14 23:26:07
export PATH="$PATH:/Users/denizgokcin/.local/bin"
if [ -f "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc" ]; then . "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc"; fi

# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/denizgokcin/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/denizgokcin/google-cloud-sdk/path.zsh.inc'; fi

# The next line enables shell command completion for gcloud.
if [ -f '/Users/denizgokcin/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/denizgokcin/google-cloud-sdk/completion.zsh.inc'; fi

0 comments on commit 9b940d8

Please sign in to comment.