Created
September 18, 2013 17:20
-
-
Save Agyar/6612473 to your computer and use it in GitHub Desktop.
Aliases
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
alias less='less -R' | |
alias rgrep='rgrep -n --colour=always' | |
alias cgrep='grep --colour=always' | |
alias wgrep='rgrep --exclude=*.o --exclude=*.swp --exclude=*.in --exclude=.*~ --exclude-dir='.svn' -m 1' | |
alias glog="git log --stat --pretty=oneline --graph --date=short" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment