summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-24 21:32:03 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-24 21:32:03 +0200
commitf72f0906b49a81aa10f699618ecaab0d4032ea12 (patch)
treec4d3561b713f4dc07beec1f45b5f9d85ac9f2280
parentupdate (diff)
downloaddotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.gz
dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.bz2
dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.xz
dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.zst
dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.zip
compat
-rwxr-xr-x.local/bin/ndate4
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