Skip to content

Instantly share code, notes, and snippets.

@tofirius
Created September 1, 2016 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tofirius/cb5b2206fdd0ec8e7ceb75084db07caa to your computer and use it in GitHub Desktop.
Save tofirius/cb5b2206fdd0ec8e7ceb75084db07caa to your computer and use it in GitHub Desktop.
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
alias lso='stat -c "%a %n"'
alias lsown='stat -c "%U:%G %n"'
alias gitcrb='git config user.name "Chris Bischoff";git config user.email chris.bischoff@prentrom.com;'
alias yui='java -jar ~/yuicompressor-2.4.8.jar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment