From cdc44a9df9103d199caec75acf27fff9578c4b92 Mon Sep 17 00:00:00 2001 From: psox Date: Tue, 17 May 2022 10:22:41 +0100 Subject: [PATCH] update add zoxide support --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index c8f9727..aec666e 100755 --- a/zshrc +++ b/zshrc @@ -102,6 +102,7 @@ plugins=( ( which kubectx &>/dev/null ) && plugins+=( kubectx ) ( which chroma &>/dev/null ) && plugins+=( colorize ) ( which kate &>/dev/null ) && plugins+=( kate ) +( which zoxide &>/dev/null ) && plugins+=( zoxide ) ( [[ -e /etc/arch-release ]] ) && plugins+=( archlinux ) ( [[ -e /etc/ubuntu-release ]] ) && plugins+=( ubuntu ) ( [[ -e /etc/debian-release ]] ) && plugins+=( debian )