mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Use rg instead of grep in log grep aliases
This commit is contained in:
parent
a7afb6aafb
commit
93ce2f91b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue