Created
September 1, 2016 13:35
-
-
Save tofirius/cb5b2206fdd0ec8e7ceb75084db07caa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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 [email protected];' | |
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