diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:02:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:02:58 +0100 |
| commit | bc88194f8b974407fc60446ae4f1e7661706097d (patch) | |
| tree | d87e4b1be1ad2ac8dc161d23e317b7c67b2f194e /.bashrc | |
| parent | 00a13fe0e569858075020aff5a6cebb5310709b8 (diff) | |
Adapt bashrc to work with ansible roles
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
