Fix Mise commit
This commit is contained in:
0
bash/.profile.d/homebrew.sh
Normal file → Executable file
0
bash/.profile.d/homebrew.sh
Normal file → Executable file
6
bash/.profile.d/mise.sh
Executable file
6
bash/.profile.d/mise.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Load Mise en dev
|
||||
if command -v mise > /dev/null 2>&1; then
|
||||
eval "$(mise activate bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user