diff --git a/user/fish/default.nix b/user/fish/default.nix index 93b32af..c4cf5c1 100644 --- a/user/fish/default.nix +++ b/user/fish/default.nix @@ -58,7 +58,7 @@ in { gc = "git commit"; gca = "git commit --all"; gcf = "git commit --fixup"; - gp = "git push -u origin (git branch --show-current)"; + gp = "git push"; gw = "git switch"; gr = "cd (git root)"; gri = "git rebase --interactive FETCH_HEAD";