Clean up migrations a bit

This commit is contained in:
David Heinemeier Hansson
2025-07-09 19:13:37 -04:00
parent e7766926d9
commit a873a2cf96
4 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
echo "Add missing installation of bat (used by the ff alias)"
if ! command -v bat &>/dev/null; then
# Add missing installation of bat
echo "Add missing installation of bat (used by the ff alias)"
yay -S --noconfirm --needed bat
fi