mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
gcloud in tools.
This commit is contained in:
13
dotfiles/zsh_custom/plugins/gcloud/gcloud.plugin.zsh
Executable file
13
dotfiles/zsh_custom/plugins/gcloud/gcloud.plugin.zsh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/zsh
|
||||
|
||||
GCL=${HOME}/tools/gcloud
|
||||
|
||||
if [ ! -d ${GCL} ] ; then
|
||||
return
|
||||
fi
|
||||
|
||||
# Add bin to path
|
||||
export PATH="${PATH}:${GCL}/bin"
|
||||
|
||||
# Load completion
|
||||
source ${GCL}/completion.zsh.inc
|
||||
Reference in New Issue
Block a user