AutoYADM commit: 2025-04-18 22:30:05

This commit is contained in:
Daniel Fichtinger 2025-04-18 22:30:05 -04:00
parent ccca399c9b
commit eee2086026
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function copy --wraps=wl-copy --description 'alias copy=wl-copy'
wl-copy $argv
end

View file

@ -0,0 +1,4 @@
function paste --wraps=wl-paste --description 'alias paste=wl-paste'
wl-paste $argv
end