Skip to content

Instantly share code, notes, and snippets.

@svanzoest
Last active December 16, 2015 01:39
Show Gist options
  • Save svanzoest/5357126 to your computer and use it in GitHub Desktop.
Save svanzoest/5357126 to your computer and use it in GitHub Desktop.
.bash_aliases for Ubuntu 12.04 Desktop
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
alias vblist="VBoxManage list runningvms | sed -e 's/\"\(.*\)\".*/\1/'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment