dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 46971473362d54390fe2846cacff98e74a789fa2
parent 59597bcd28537945ca747b777939e92d3a2e1321
Author: finwo <finwo@pm.me>
Date:   Wed,  9 Nov 2022 13:05:11 +0100

Removed kind shell completion

Diffstat:
Mzsh/home/.zshrc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc @@ -320,11 +320,6 @@ if [ -d ~/Android/Sdk ]; then fi # }}} -# kind completion {{{ -if command -v kind &>/dev/null; then - eval "$(kind completion zsh)" -fi -# }}} # Difftastic in git {{{ if command -v difft &>/dev/null; then export GIT_EXTERNAL_DIFF=difft