Add zsh aliases to common nixos commands
This commit is contained in:
parent
f5708e31cb
commit
9a19e4fc98
|
@ -12,7 +12,12 @@
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
};
|
};
|
||||||
shellAliases = {gsa = "git-sync-all";};
|
shellAliases = {
|
||||||
|
nixos-test = "sudo nixos-rebuild test";
|
||||||
|
nixos-boot = "sudo nixos-rebuild boot";
|
||||||
|
nixos-switch = "sudo nixos-rebuild switch";
|
||||||
|
gsa = "git-sync-all";
|
||||||
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = ["colored-man-pages" "lol" "rand-quote"];
|
plugins = ["colored-man-pages" "lol" "rand-quote"];
|
||||||
|
|
Loading…
Reference in a new issue