feat: Ajout support outil mise-en-place (https://mise.jdx.dev/)
This commit is contained in:
parent
45914bdb5a
commit
7f3f24e14d
8
rc.d/mise
Normal file
8
rc.d/mise
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if (command -v mise &>/dev/null); then
|
||||||
|
|
||||||
|
# activate mise-en-place (https://mise.jdx.dev/)
|
||||||
|
eval "$(mise activate bash)"
|
||||||
|
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user