aliases: add grepi=grep -i

master
bretello 2024-03-25 21:13:10 +01:00
parent 5674865f11
commit 56b8f1d05f
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ alias dot="cd $DOTFILES"
alias bell='echo -en "\007"'
alias grep="grep --colour=auto"
alias grepi="grep -i"
##############
## ls aliases