Files
arthur-os/bin/omarchy-update-mise
T

10 lines
155 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
echo
fi