Add Scaleway autocomplete
This commit is contained in:
parent
9c8b97e627
commit
cfa03e9eea
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -147,3 +147,8 @@ if [ -d ${HOME}/bin/google-cloud-sdk ]; then
|
||||||
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
|
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
|
||||||
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
|
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Similarly for Scaleway...
|
||||||
|
if [ -d ${HOME}/.config/scw ]; then
|
||||||
|
eval "$(scw autocomplete script shell=zsh)"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue