Fix certo completion

This commit is contained in:
Blallo 2021-06-09 11:18:57 +02:00
parent eb0c7e6162
commit 8dbf08de1e
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

4
.zshrc
View file

@ -269,7 +269,9 @@ urldecode() {
## Custom completion
# certo
eval "$(_CERTO_COMPLETE=source_zsh certo)"
if which certo > /dev/null; then
eval "$(_CERTO_COMPLETE=source_zsh certo)"
fi
## powerline