AutoYADM commit: 2025-04-24 16:30:06

This commit is contained in:
Daniel Fichtinger 2025-04-24 16:30:06 -04:00
parent ae5fcea58e
commit 02002f14e3

View file

@ -1,8 +1,3 @@
function copyp
argparse n -- $argv
if set -q _flag_n
path resolve $argv | wl-copy -n
else
path resolve $argv | wl-copy
end
path resolve $argv | wl-copy -n
end