mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base/zsh: aliases from arc + a journal grep
This commit is contained in:
parent
676b1843b0
commit
a6ba941d0b
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
la = "exa -Ga";
|
||||
ll = "exa -l";
|
||||
lla = "exa -lga";
|
||||
sys = "systemctl";
|
||||
log = "journalctl";
|
||||
dmesg = "dmesg -HP";
|
||||
jg = "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