Add Scaleway autocomplete

This commit is contained in:
Spotlight 2022-09-02 17:17:42 -05:00
parent 9c8b97e627
commit cfa03e9eea
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -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/completion.zsh.inc
fi
# Similarly for Scaleway...
if [ -d ${HOME}/.config/scw ]; then
eval "$(scw autocomplete script shell=zsh)"
fi