Files
omarchycn/bin/omarchy-update-mise
T

9 lines
148 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Update mise-managed tools
if omarchy-cmd-present mise; then
echo -e "\e[32m\nUpdate mise tools\e[0m"
mise up
fi