Add sh-utils to config
parent
8c1476e669
commit
ebdf6352c3
|
@ -54,3 +54,5 @@
|
||||||
!/waybar/
|
!/waybar/
|
||||||
!/wlogout/**
|
!/wlogout/**
|
||||||
!/wlogout/
|
!/wlogout/
|
||||||
|
!/sh-utils/**
|
||||||
|
!/sh-utils/
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
echov () {
|
||||||
|
if [ $VERBOSE -eq 1 ]; then
|
||||||
|
echo "$@"
|
||||||
|
fi
|
||||||
|
}
|
Loading…
Reference in New Issue