Skip to content

Instantly share code, notes, and snippets.

@ramblingenzyme
Last active August 29, 2015 14:27
Show Gist options
  • Save ramblingenzyme/a939580199236dee0f91 to your computer and use it in GitHub Desktop.
Save ramblingenzyme/a939580199236dee0f91 to your computer and use it in GitHub Desktop.
if [ -f /etc/bashrc ]; then
. /etc/bashrc # --> Read /etc/bashrc, if present.
fi
alias rm='rm -iv'
alias banshee='ssh (PUT USERNAME HERE)@banshee.cs.uow.edu.au'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment