Skip to content

Instantly share code, notes, and snippets.

@Agyar
Created September 18, 2013 17:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Agyar/6612473 to your computer and use it in GitHub Desktop.
Save Agyar/6612473 to your computer and use it in GitHub Desktop.
Aliases
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