Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
66 B

function copy
$argv[1] $argv[2] | xclip -selection clipboard
end