From 4d3b37156d263855156a7c4f3fed829faeafd204 Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 26 Oct 2024 22:55:11 +0200 Subject: [PATCH] change mapping for zoxide to 'c' --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d3beb17..17c7de6 100755 --- a/.zshrc +++ b/.zshrc @@ -60,6 +60,6 @@ else fi if $(which zoxide > /dev/null); then - eval "$(zoxide init zsh)" + eval "$(zoxide init zsh --cmd c)" fi