diff options
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 |
