summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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"