Commit 50acd749a323

Vincent Demeester <vincent@sbr.pm>
2018-09-10 11:19:15
No need for space at the end of abbrs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d14858d
Changed files (1)
git.nix
@@ -16,7 +16,7 @@ rec {
   programs.fish.shellAbbrs = {
     gs = "git status";
     gb = "git b";
-    gfr = "git fetch -p --all;and git rebase -S --autostash ";
+    gfr = "git fetch -p --all;and git rebase -S --autostash";
   };
   programs.git = {
     enable = true;