6 current 2024-05-27 21:21:06 24.11.20240524.bfb7a88 Unknown *

This commit is contained in:
sadan 2024-05-27 21:43:53 -04:00
parent d7c8daf0e4
commit 90acd96fed
No known key found for this signature in database

2
build
View file

@ -11,7 +11,7 @@ notify(){
if [[ $? -ne 0 ]]; then
return
else
notify-send "$@"
notify-send "$@" 2>/dev/null || :
fi
}
# if git diff --quiet '*.nix' && [[ !( $1 =~ "*force*") ]] then