Silence sxbm_sync output to prevent issue with dmenu
This commit is contained in:
@ -4,5 +4,7 @@ set -eu
|
|||||||
sxbm_orig "$@"
|
sxbm_orig "$@"
|
||||||
cd ~/.local/share/sxbm
|
cd ~/.local/share/sxbm
|
||||||
git add bookmarks
|
git add bookmarks
|
||||||
git commit -m "Auto-update bookmarks on $(date)"
|
if ! git diff --cached --quiet; then
|
||||||
git push
|
git commit -q -m "Auto-update bookmarks on $(date)"
|
||||||
|
git push -q
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user