diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-24 21:32:03 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-24 21:32:03 +0200 |
commit | f72f0906b49a81aa10f699618ecaab0d4032ea12 (patch) | |
tree | c4d3561b713f4dc07beec1f45b5f9d85ac9f2280 /.local | |
parent | update (diff) | |
download | dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.gz dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.bz2 dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.xz dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.tar.zst dotfiles-bsd-f72f0906b49a81aa10f699618ecaab0d4032ea12.zip |
compat
Diffstat (limited to '.local')
-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 |