1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 11:01:31 +01:00

aliases: add grepi=grep -i

This commit is contained in:
bretello 2024-03-25 21:13:10 +01:00
parent 5674865f11
commit 56b8f1d05f
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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