Skip to content

Commit dbfce19

Browse files
committed
treefmt: run formatter
1 parent dd9d24f commit dbfce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/modules/vcs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
ca = "commit --amend";
5252
cm = "commit -m";
5353
co = "checkout";
54-
cu = ''!f(){ git stash && git checkout $1 && git fetch --all --prune && git pull origin $1; };f'';
54+
cu = "!f(){ git stash && git checkout $1 && git fetch --all --prune && git pull origin $1; };f";
5555
df = "diff";
5656
hist = "log --graph --pretty=format:'%Cred%h%Creset %s%C(yellow)%d%Creset %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=relative";
5757
ri = "rebase --interactive --autosquash";

0 commit comments

Comments
 (0)