Add sh-utils to config

main
Ensar Sarajčić 2022-05-09 16:09:40 +02:00
parent 8c1476e669
commit ebdf6352c3
2 changed files with 7 additions and 0 deletions

View File

@ -54,3 +54,5 @@
!/waybar/
!/wlogout/**
!/wlogout/
!/sh-utils/**
!/sh-utils/

View File

@ -0,0 +1,5 @@
echov () {
if [ $VERBOSE -eq 1 ]; then
echo "$@"
fi
}