Use git grep.

This commit is contained in:
Julien Palard 2017-08-30 10:05:14 +02:00
parent baabbb22ca
commit b4cb424c3b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ then
else
export PS1="$PS1"'\$ '
fi
alias grep="grep --exclude-dir=.git --color"
alias ls='ls --color=auto'
alias scr='screen -D -R -U -h 424242'
alias fingerprint='find /etc/ssh -name "*.pub" -exec ssh-keygen -l -f {} \;'