fix typo in command

This commit is contained in:
jc 2023-10-01 20:17:47 -04:00
commit 65728b2680
No known key found for this signature in database

View file

@ -206,7 +206,7 @@ if [ $? -ne 0 ]; then
echo -e "$WARNING bun is not installed"
fi
command -v notify-send > /dev/null 2>%1
command -v notify-send > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "$WARNING notify-send is not installed. Will affect the alias: \033[34;49;1malert\033[0m"
fi