diff options
author | joe <rbo@gmx.us> | 2025-09-15 15:15:24 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-15 15:15:24 +0200 |
commit | 6fc42e85e333228edda8d33c35fe086276a594d0 (patch) | |
tree | 9e78ece19232792acc9d156e3cfc1cce89eaed56 /.config/nnn/plugins/joe_clipper | |
parent | up (diff) | |
download | dotfiles-bsd-6fc42e85e333228edda8d33c35fe086276a594d0.tar.gz dotfiles-bsd-6fc42e85e333228edda8d33c35fe086276a594d0.tar.bz2 dotfiles-bsd-6fc42e85e333228edda8d33c35fe086276a594d0.tar.xz dotfiles-bsd-6fc42e85e333228edda8d33c35fe086276a594d0.tar.zst dotfiles-bsd-6fc42e85e333228edda8d33c35fe086276a594d0.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/nnn/plugins/joe_clipper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nnn/plugins/joe_clipper b/.config/nnn/plugins/joe_clipper index 8c0fa5d..69059fa 100755 --- a/.config/nnn/plugins/joe_clipper +++ b/.config/nnn/plugins/joe_clipper @@ -1,5 +1,6 @@ #!/usr/bin/env perl + use strict; use warnings; use Cwd qw(cwd); |