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

3 lines
71 B
Fish
Raw Normal View History

2020-01-08 02:35:17 +03:00
abbr setclip "xclip -selection c"
abbr getclip "xclip -selection c -o"