6 lines
96 B
Bash
6 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
if command -v mise > /dev/null 2>&1; then
|
|
eval "$(mise activate zsh)"
|
|
fi
|