From b9aaba6878899b1f3f8c61c827339f2d6a81465f Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 16 Feb 2024 15:12:46 +0100 Subject: [PATCH] bash: Added zoxide init config --- shell/bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 2862018..7561f17 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -44,6 +44,10 @@ if command -v starship > /dev/null; then eval "$(starship init bash)" fi +if command -v zoxide > /dev/null; then + eval "$(zoxide init bash)" +fi + if [ -f ~/.bash_exec ]; then source ~/.bash_exec fi