Allow extended regex to grep aliases

This commit is contained in:
Jeremy Gardais 2019-08-26 15:58:43 +02:00
parent 096afa2d03
commit 84e8010f69
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 3 additions and 3 deletions

6
zshrc
View File

@ -136,9 +136,9 @@ fi
alias grep='grep --color=always -i ' alias grep='grep --color=always -i '
alias gerp='grep -i' alias gerp='grep -i'
alias Grep='\grep ' alias Grep='\grep '
alias gdpkg='dpkg -l | grep -- ' alias gdpkg='dpkg -l | grep -E -- '
alias gmount='mount | grep -- ' alias gmount='mount | grep -E -- '
alias gdf='df | grep -- ' alias gdf='df | grep -E -- '
# }}} # }}}
# Espace disque # Espace disque