Skip to content

Commit 35e4dd8

Browse files
fish(git): add more git worktree aliases
1 parent b18de22 commit 35e4dd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/fish/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ in
3535
gs = "git status";
3636
gt = "git tag";
3737
gw = "git worktree";
38+
gwl = "git worktree list";
39+
gwa = "git worktree add";
40+
gwr = "git worktree remove";
3841
};
3942
shellInit = ''
4043
set -g theme_display_date no

0 commit comments

Comments
 (0)