summaryrefslogblamecommitdiffstats
path: root/fish2024/functions/xclip.fish
blob: b552ec6f2332350dc7b5402789162fa5cd7c2e62 (plain) (tree)
1
2
3
4



                                                             
function xclip --description 'alias xclip=xclip -selection c'
 command xclip -selection c $argv
        
end