mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:26:54 +01:00
Update rb alias
This commit is contained in:
parent
2821877923
commit
a2ee709ad8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ in
|
||||||
historyFile = "${hcfg.xdg.stateHome}/bash/history";
|
historyFile = "${hcfg.xdg.stateHome}/bash/history";
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
gc = "nix store gc";
|
gc = "nix store gc";
|
||||||
rb = "git -C /etc/nixos pull && nix flake update /etc/nixos/ && nixos-rebuild switch && git -C /etc/nixos add . && git -C /etc/nixos commit -m 'Updated flake.lock' && git -C /etc/nixos push";
|
rb = "git -C /etc/nixos pull && nix flake update /etc/nixos/ && sudo nixos-rebuild switch && git -C /etc/nixos add . && git -C /etc/nixos commit -m 'Updated flake.lock' && git -C /etc/nixos push";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zsh.shellAliases = hcfg.programs.bash.shellAliases;
|
zsh.shellAliases = hcfg.programs.bash.shellAliases;
|
||||||
|
|
Loading…
Reference in a new issue