Files
dotfiles/zsh/scaleway.zsh

12 lines
169 B
Bash

#
# Scaleway CLI setup.
#
if command-exists scw; then
_scw() {
unset -f _scw
eval "$(command scw autocomplete script shell=zsh)"
}
compctl -K _scw scw
fi