Skip to content

Instantly share code, notes, and snippets.

@TheRealJunior
Last active May 14, 2020 18:32
Show Gist options
  • Save TheRealJunior/b96f9845812fabc167f4bf79c067dd55 to your computer and use it in GitHub Desktop.
Save TheRealJunior/b96f9845812fabc167f4bf79c067dd55 to your computer and use it in GitHub Desktop.
xclip clipboard copy paste terminal action
alias clip="xclip -i"
alias clip="xsel -ib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment