update add zoxide support

This commit is contained in:
psox 2022-05-17 10:22:41 +01:00
parent aabf03d69b
commit cdc44a9df9
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -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 )