From 8ec4b79cf57f731a77be8a92e0ea9fb3171df535 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 8 Mar 2020 12:23:26 +0100 Subject: added zoxide --- zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 5ede57b..8f320eb 100644 --- a/zshrc +++ b/zshrc @@ -33,6 +33,9 @@ function zshPlug() { zshPlug 'zsh-users/zsh-autosuggestions' zshPlug 'chriskempson/base16-shell' +if which zoxide &> /dev/null; then + zshPlug 'ajeetdsouza/zoxide' +fi # Key definition -- cgit v1.2.3