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
# https://github.com/ConradIrwin/jist
# gem install jist
alias gist=jist
# http://defunkt.io/hub/
# curl http://defunkt.io/hub/standalone -sLo ~/bin/hub
# chmod +x ~/bin/hub
alias git=hub
# OS X pbcopy(1) equiv on X11
alias pbcopy='xsel --clipboard --input'
# OS X pbpaste(1) equiv on X11
alias pbpaste='xsel --clipboard --output'
# Virtual Box VM List
# http://www.virtualbox.org/manual/ch08.html
alias vbavail="VBoxManage list vms | sed -e 's/\"\(.*\)\".*/\1/'"
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