fix typo in command
This commit is contained in:
parent
ad672effd4
commit
65728b2680
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if [ $? -ne 0 ]; then
|
||||||
echo -e "$WARNING bun is not installed"
|
echo -e "$WARNING bun is not installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command -v notify-send > /dev/null 2>%1
|
command -v notify-send > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "$WARNING notify-send is not installed. Will affect the alias: \033[34;49;1malert\033[0m"
|
echo -e "$WARNING notify-send is not installed. Will affect the alias: \033[34;49;1malert\033[0m"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue