mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base: zsh alias jg -> lg
This commit is contained in:
parent
8deae7f566
commit
f402381519
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
sys = "systemctl";
|
||||
log = "journalctl";
|
||||
dmesg = "dmesg -HP";
|
||||
jg = "log --no-pager | grep";
|
||||
lg = "log --no-pager | grep";
|
||||
};
|
||||
initExtra = ''
|
||||
genmac() { nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue