diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:08:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 00:08:46 +0100 |
| commit | 777c04240276437c9aa11a015f0ab7a8b77bf9d0 (patch) | |
| tree | 22e7e27156c7c26d04fd5357e1fcbfa7092e4d28 | |
| parent | fa371de53a46697d0def96d9a1d56142a465b6ff (diff) | |
Add mise configurations
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -71,6 +71,12 @@ if command -v neomutt 1>/dev/null 2>&1; then } fi +# ==== BEGIN ANSIBLE MISE CONFIG +if command -v mise 1>/dev/null 2>&1; then + eval "$(mise activate bash)" +fi +# ==== END ANSIBLE MISE CONFIG + # ==== BEGIN ANSIBLE PATH CONFIG if [ -d "$HOME/.local/bin" ]; then export PATH="$HOME/.local/bin:$PATH" |
