Use colored grep instead of rg

This commit is contained in:
Vladan Popovic 2019-12-15 01:41:15 +01:00
parent 6cbcbe1dc4
commit 6c940da91b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
alias myip="curl http://ip.ie.mk/get"
alias ls="ls --color"
alias grep="rg"
alias grep="grep --color"
alias virsh="virsh --connect qemu:///system"
alias cal="cal -m"
alias genpasswd="strings /dev/urandom | tr -cd '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB' | head -c 32; echo"