aboutsummaryrefslogtreecommitdiffstats
path: root/fish2025/functions/xclip.fish
blob: b552ec6f2332350dc7b5402789162fa5cd7c2e62 (plain) (blame)
1
2
3
4
function xclip --description 'alias xclip=xclip -selection c'
 command xclip -selection c $argv
        
end