From e21d97afd5ab0af340668030e34c7e2e3b48c72c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 30 Jun 2023 23:24:20 -0700 Subject: [PATCH] Remove erd config until done --- dot_config/bash/bashrc.d/completion.sh.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/bash/bashrc.d/completion.sh.tmpl b/dot_config/bash/bashrc.d/completion.sh.tmpl index ebd76a8..407611c 100644 --- a/dot_config/bash/bashrc.d/completion.sh.tmpl +++ b/dot_config/bash/bashrc.d/completion.sh.tmpl @@ -42,7 +42,8 @@ eval "$(direnv hook bash)" #{{ end -}} #{{ if lookPath "erd" -}} -eval "$(erd --completions bash)" +# comment out due to error with erd version 3.1.0 +#eval "$(erd --completions bash)" #{{ end -}} #{{ if lookPath "trubka" -}}