My fish config
This commit is contained in:
4
functions/write-input.fish
Normal file
4
functions/write-input.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function write-input --wraps='xclip -selection cliboard -o > input' --description 'alias write-input xclip -selection cliboard -o > input'
|
||||
xclip -selection cliboard -o > input $argv
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user