From 3e02440729442357b4e1d545e3086dbc8695cbef Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 26 Mar 2023 16:35:11 +0200 Subject: .bashrc: add zoxide --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 2a1ab4c..045dd41 100644 --- a/.bashrc +++ b/.bashrc @@ -149,6 +149,8 @@ export FZF_DEFAULT_COMMAND='rg --files --ignore-vcs --hidden' # Display git status in prompt . ~/.bash-powerline.sh +eval "$(zoxide init bash)" + # eval "$(direnv hook bash)" #export GITHUB_TOKEN=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 -- cgit v1.2.3