From 8dbf08de1e4be573541f5ab514ce264dd3c734c2 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 9 Jun 2021 11:18:57 +0200 Subject: [PATCH] Fix certo completion --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8dfbb9e..34903c6 100644 --- a/.zshrc +++ b/.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