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:
parent
5674865f11
commit
56b8f1d05f
|
@ -33,6 +33,7 @@ alias dot="cd $DOTFILES"
|
|||
alias bell='echo -en "\007"'
|
||||
|
||||
alias grep="grep --colour=auto"
|
||||
alias grepi="grep -i"
|
||||
|
||||
##############
|
||||
## ls aliases
|
||||
|
|
Loading…
Reference in New Issue
Block a user