mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
6 current 2024-05-27 21:21:06 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
d7c8daf0e4
commit
90acd96fed
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -11,7 +11,7 @@ notify(){
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
notify-send "$@"
|
notify-send "$@" 2>/dev/null || :
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
# if git diff --quiet '*.nix' && [[ !( $1 =~ "*force*") ]] then
|
# if git diff --quiet '*.nix' && [[ !( $1 =~ "*force*") ]] then
|
||||||
|
|
Loading…
Reference in a new issue