diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 14:42:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 14:42:07 +0200 |
commit | 57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d (patch) | |
tree | 06f07141dab40a38e6baa8b5f8ce1bd7a3fdae9e /.local/bin/ref-unison.pl | |
parent | Added w3m config (diff) | |
download | dotfiles-bsd-57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d.tar.gz dotfiles-bsd-57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d.tar.bz2 dotfiles-bsd-57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d.tar.xz dotfiles-bsd-57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d.tar.zst dotfiles-bsd-57c5ec5bb8f9061b3e95ec80ff0cdc4f55e2726d.zip |
Updated cron jobs to remove notifications
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/ref-unison.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/ref-unison.pl b/.local/bin/ref-unison.pl index 680960d..64ce4db 100755 --- a/.local/bin/ref-unison.pl +++ b/.local/bin/ref-unison.pl @@ -11,13 +11,6 @@ use constant { sub main { system( - NOTIFY_SEND_PATH, - 'unison', - '-u', - 'low', - 'Synchronizing files...' - ); - system( UNISON_PATH, '-ui', 'text', |