all repos — dotfiles @ dff753854c3e6d1bab3fd8b3e345bd812b091df4

my *nix dotfiles

darwin/fish/functions/clip.fish (view raw)

 1
 2
 3
 4
# Defined in - @ line 1
function clip --wraps='xclip -sel c' --description 'alias clip=xclip -sel c'
  xclip -sel c $argv;
end