add some more nix-related aliases
This commit is contained in:
parent
9d6d31779e
commit
aa1d297fea
1 changed files with 5 additions and 0 deletions
|
@ -75,10 +75,15 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
"..." = "cd ../..";
|
"..." = "cd ../..";
|
||||||
|
|
||||||
config = "vim /etc/nixos/configuration.nix";
|
config = "vim /etc/nixos/configuration.nix";
|
||||||
hmconf = "vim /etc/nixos/common/home-manager.nix";
|
hmconf = "vim /etc/nixos/common/home-manager.nix";
|
||||||
switch = "sudo nixos-rebuild switch";
|
switch = "sudo nixos-rebuild switch";
|
||||||
|
|
||||||
nr = "nix run --impure";
|
nr = "nix run --impure";
|
||||||
|
ns = "nix-shell";
|
||||||
|
nsp = "nix-shell -p";
|
||||||
|
|
||||||
cdnix = "cd /etc/nixos";
|
cdnix = "cd /etc/nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue