Skip to content

Instantly share code, notes, and snippets.

@spikensbror
Last active August 29, 2015 14:01
Show Gist options
  • Save spikensbror/9cd68de9e14c44291d20 to your computer and use it in GitHub Desktop.
Save spikensbror/9cd68de9e14c44291d20 to your computer and use it in GitHub Desktop.
Provides the pbcopy and pbpaste functions for Linux.
# Create aliases for pbcopy and pbpaste.
alias pbcopy='xsel -b -i'
alias pbpaste='xsel -b -o'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment