Add shell aliases for quickly interacting with nixos-upgrade service
This commit is contained in:
parent
abba2cd4c3
commit
8de0282b4b
|
@ -173,6 +173,10 @@
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
};
|
};
|
||||||
|
shellAliases = {
|
||||||
|
nixos-upgrade = "systemctl start nixos-upgrade.service";
|
||||||
|
nixos-status = "systemctl status nixos-upgrade.service";
|
||||||
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = ["colored-man-pages" "lol" "rand-quote"];
|
plugins = ["colored-man-pages" "lol" "rand-quote"];
|
||||||
|
|
Reference in a new issue