mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 11:13:40 -07:00
6 lines
83 B
Bash
6 lines
83 B
Bash
if command -v mise ; then
|
|
use_mise() {
|
|
eval "$(mise direnv activate)"
|
|
}
|
|
fi
|