Push improvements form the PQB work
This commit is contained in:
parent
f3323b159b
commit
1e3c60630e
68 changed files with 409 additions and 219 deletions
4
_home/dot_sz.shrc.d/bash.post/99_gcloud.completion
Normal file
4
_home/dot_sz.shrc.d/bash.post/99_gcloud.completion
Normal file
|
@ -0,0 +1,4 @@
|
|||
# The next line updates PATH for the Google Cloud SDK.
|
||||
[[ -f '/usr/lib/google-cloud-sdk/path.bash.inc' ]] && source '/usr/lib/google-cloud-sdk/path.bash.inc'
|
||||
# The next line enables shell command completion for gcloud (as long as gcloud is IN the path).
|
||||
[[ -n "$(type -fP gcloud)" && -f '/usr/lib/google-cloud-sdk/completion.bash.inc' ]] && source '/usr/lib/google-cloud-sdk/completion.bash.inc'
|
Loading…
Add table
Add a link
Reference in a new issue