4 lines
128 B
Bash
4 lines
128 B
Bash
# Add missing installation of bat
|
|
echo "Add missing installation of bat (used by the ff alias)"
|
|
yay -S --noconfirm --needed bat
|