From e85d659d9b245c7497feea078da6d17fb2451bb0 Mon Sep 17 00:00:00 2001 From: joygnu Date: Wed, 3 Jul 2024 20:55:15 +0200 Subject: [PATCH] rb --- home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index d741e0b..ef258ab 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -9,7 +9,7 @@ shellAliases = { v = "nvim"; - pu = "git push origin main && git push -u 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"; rb = "bash ~/nix/home/zsh/pc-laptop.sh";