From 6c940da91b8fce5bdd45644a61d1ea67e79fc60e Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 15 Dec 2019 01:41:15 +0100 Subject: [PATCH] Use colored grep instead of rg --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aliases b/.aliases index dbef2eb..469c43f 100644 --- a/.aliases +++ b/.aliases @@ -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"