Fix certo completion
This commit is contained in:
parent
eb0c7e6162
commit
8dbf08de1e
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue