diff --git a/modules/fish.nix b/modules/fish.nix index aef41bb2..094259f8 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -37,7 +37,8 @@ ga = "git add"; gaa = "git add --all"; gap = "git add --patch"; - gb = "git branch"; + gb = "git branch --verbose"; + gbr = "git branch --verbose --remotes"; gbd = "git branch --delete"; gc = "git commit -m"; gca = "git commit --amend";