Skip to content

Instantly share code, notes, and snippets.

@rightfold

rightfold/.zshrc Secret

Created February 2, 2015 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/bccbb49c4beb4620631c to your computer and use it in GitHub Desktop.
Save rightfold/bccbb49c4beb4620631c to your computer and use it in GitHub Desktop.
pbcopy() {
xclip -selection clipboard -i
}
pbpaste() {
xclip -selection clipboard -o
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment