AutoYADM commit: 2025-04-18 22:30:05
This commit is contained in:
parent
ccca399c9b
commit
eee2086026
2 changed files with 8 additions and 0 deletions
4
.config/fish/functions/copy.fish
Normal file
4
.config/fish/functions/copy.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function copy --wraps=wl-copy --description 'alias copy=wl-copy'
|
||||
wl-copy $argv
|
||||
|
||||
end
|
4
.config/fish/functions/paste.fish
Normal file
4
.config/fish/functions/paste.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function paste --wraps=wl-paste --description 'alias paste=wl-paste'
|
||||
wl-paste $argv
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue