From bc88194f8b974407fc60446ae4f1e7661706097d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 3 Feb 2026 21:02:58 +0100 Subject: Adapt bashrc to work with ansible roles --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 489f7ab..e73c8e3 100644 --- a/.bashrc +++ b/.bashrc @@ -118,10 +118,11 @@ if command -v kubectl 1>/dev/null 2>&1; then complete -F _kube_namespaces kns fi -# ==== zoxide (smarter cd command) +# ==== BEGIN ANSIBLE ZOXIDE CONFIG if command -v zoxide 1>/dev/null 2>&1; then eval "$(zoxide init bash --cmd cd)" fi +# ==== END ANSIBLE ZOXIDE CONFIG # ==== Work config =========================================================== # ==== Aliases -- cgit v1.2.3