mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-07-05 06:56:20 +00:00
do not disturb and minor fixes
This commit is contained in:
parent
1a384d0cd5
commit
a4a0fed7d1
7 changed files with 38 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
b=$(pacman -Qu | wc -l)
|
||||
|
||||
if [[ "$b" -ne "0" ]]; then
|
||||
if [ "$b" != "0" ]; then
|
||||
echo " ";
|
||||
else
|
||||
echo "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue