dotfiles/.config/fish/functions/xclip.fish

3 lines
71 B
Fish

abbr setclip "xclip -selection c"
abbr getclip "xclip -selection c -o"