From f4023815193f033fc5540f873272f616775ced19 Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 17 May 2021 07:16:21 +0100 Subject: [PATCH] users/kat/base: zsh alias jg -> lg --- users/kat/base/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/kat/base/zsh.nix b/users/kat/base/zsh.nix index e6e68780..02d30eea 100644 --- a/users/kat/base/zsh.nix +++ b/users/kat/base/zsh.nix @@ -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/' }