diff options
-rwxr-xr-x | .local/bin/ndate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/ndate b/.local/bin/ndate index 50a0fe2..7986ae7 100755 --- a/.local/bin/ndate +++ b/.local/bin/ndate @@ -49,8 +49,8 @@ use warnings; use Capture::Tiny qw(capture); use constant { - DATE_PATH => '/bin/date', - NOTIFYSEND_PATH => '/usr/local/bin/notify-send' + DATE_PATH => 'date', + NOTIFYSEND_PATH => 'notify-send' }; sub main |