Update shell aliases #8121
-
|
From https://mise.jdx.dev/shell-aliases.html#dynamic-behavior
However I cannot trigger this behavior, either from bash or zsh (mise ok, dir trusted etc.). Reproduction setup: /tmp/dbg_mise/mise.toml [shell_alias]
debug = "echo '{{ read_file(path='debug.txt') | trim }}'"/tmp/dbg_mise/debug.txt ❯ cd /tmp/dbg_mise
❯ alias
debug='echo '\''intial value'\'
❯ echo "not refreshed" > debug.txt
❯ alias
debug='echo '\''intial value'\'
# run it twice, or ls, or any command not changing the directory
❯ alias
debug='echo '\''intial value'\'
❯ cd ..
❯ cd dbg_mise
❯ alias
debug='echo '\''not refreshed'\'Mise doctor output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
#8122 |
Beta Was this translation helpful? Give feedback.
#8122
https://github.com/jdx/mise/releases/tag/v2026.2.11