users/kat/base: zsh alias jg -> lg

This commit is contained in:
kat witch 2021-05-17 07:16:21 +01:00
parent 8deae7f566
commit f402381519
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -16,7 +16,7 @@
sys = "systemctl"; sys = "systemctl";
log = "journalctl"; log = "journalctl";
dmesg = "dmesg -HP"; dmesg = "dmesg -HP";
jg = "log --no-pager | grep"; lg = "log --no-pager | grep";
}; };
initExtra = '' initExtra = ''
genmac() { nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/' } genmac() { nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/' }