Skip to content

Instantly share code, notes, and snippets.

@dsewnr
Created April 20, 2018 15:11
Show Gist options
  • Save dsewnr/efeb78a22e2e6df7771265c4d14c080c to your computer and use it in GitHub Desktop.
Save dsewnr/efeb78a22e2e6df7771265c4d14c080c to your computer and use it in GitHub Desktop.
pbcopy & pbpaste in Linux
# Install xclip and add below lines to your shell rc file.
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment