Use rg instead of grep in log grep aliases

This commit is contained in:
kat witch 2021-08-29 02:43:18 +01:00
parent a7afb6aafb
commit 93ce2f91b5
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -83,8 +83,8 @@ in
logu = "journalctl --user";
log = "journalctl";
dmesg = "dmesg -HP";
lg = "log --no-pager | grep";
hg = "history 0 | grep";
lg = "log --no-pager | rg";
hg = "history 0 | rg";
};
localVariables = {
_Z_DATA = "${config.xdg.dataHome}/z/data";