core: nix and ps aliases
This commit is contained in:
parent
0fff9dbd8d
commit
2693437e28
@ -33,6 +33,7 @@ in
|
||||
dnsutils
|
||||
fd
|
||||
git
|
||||
procs
|
||||
iputils
|
||||
manpages
|
||||
moreutils
|
||||
@ -63,9 +64,15 @@ in
|
||||
|
||||
# nix
|
||||
n = "nix";
|
||||
ni = "n profile install";
|
||||
np = "n profile";
|
||||
ni = "np install";
|
||||
nr = "np remove";
|
||||
ns = "n search";
|
||||
nrb = ifSudo "sudo nixos-rebuild";
|
||||
|
||||
# ps
|
||||
ps = "${pkgs.procs}/bin/procs";
|
||||
|
||||
# sudo
|
||||
si = ifSudo "env sudo -i";
|
||||
sudo = ifSudo "sudo -E ";
|
||||
|
Loading…
Reference in New Issue
Block a user