blob: 138bba81adb97e546f1b0a19cf07d0942e1b471e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# zshrc/99_gcloud
#
# Copyright © 2021 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
if [ -f /usr/share/google-cloud-sdk/completion.zsh.inc ] ; then
source /usr/share/google-cloud-sdk/completion.zsh.inc
fi
# vim:ft=zsh
|