dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
function c -d "Copy input or file to clipboard"
    cat $argv | fish_clipboard_copy
end