diff --git a/home/zsh/default.nix b/home/zsh/default.nix index a2c7fd4..b87918f 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -9,7 +9,7 @@ shellAliases = { v = "nvim"; - pu = "git push -u origin main && git push -u origin berg main && git push -u hub main"; + pu = "git push -u origin main && git push -u berg main && git push -u hub main"; fr = "sudo systemctl reboot --firmware"; ser = "ssh root@joygnu.org"; sp = "sudo nixos-rebuild switch --flake ~/nix/#pc";