Skip to content

Instantly share code, notes, and snippets.

@alexsasharegan
Created June 13, 2018 23:37
Show Gist options
  • Save alexsasharegan/92e2b463616a6d0f5d8424745ae08c7d to your computer and use it in GitHub Desktop.
Save alexsasharegan/92e2b463616a6d0f5d8424745ae08c7d to your computer and use it in GitHub Desktop.
Mac to Linux aliases
alias pbcopy="xclip -sel clip"
alias pbpaste='xsel --clipboard --output'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment