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