Skip to content

Commit

Permalink
Add alias for git grep -i
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafavatella committed Sep 21, 2015
1 parent 485feb4 commit c2b044f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ alias em='emacs'

alias g='git'
alias gg='git grep'
alias ggi='git grep -i'

### Functions

Expand Down

0 comments on commit c2b044f

Please sign in to comment.