summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 00:08:46 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-04 00:08:46 +0100
commit777c04240276437c9aa11a015f0ab7a8b77bf9d0 (patch)
tree22e7e27156c7c26d04fd5357e1fcbfa7092e4d28
parentfa371de53a46697d0def96d9a1d56142a465b6ff (diff)
Add mise configurations
-rw-r--r--.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 08d3c9a..78b8d85 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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"