summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall_rust_tools1
-rw-r--r--zshrc3
2 files changed, 4 insertions, 0 deletions
diff --git a/install_rust_tools b/install_rust_tools
index 558da20..e5e688d 100755
--- a/install_rust_tools
+++ b/install_rust_tools
@@ -13,6 +13,7 @@ tools+=("bat")
tools+=("exa")
tools+=("fd-find")
tools+=("ripgrep")
+tools+=("zoxide")
for tool in ${tools[@]}; do
installed_vers=$(cargo install --list | grep "^$tool" | awk '{ print $2 }' | sed 's/[v:]//g')
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