summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-03 21:02:58 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-03 21:02:58 +0100
commitbc88194f8b974407fc60446ae4f1e7661706097d (patch)
treed87e4b1be1ad2ac8dc161d23e317b7c67b2f194e
parent00a13fe0e569858075020aff5a6cebb5310709b8 (diff)
Adapt bashrc to work with ansible roles
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
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