We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003252e commit 014e733Copy full SHA for 014e733
modules/fish/default.nix
@@ -52,6 +52,7 @@ in
52
gwl = "git worktree list";
53
gwa = "git worktree add";
54
gwr = "git worktree remove";
55
+ zb = "zig build";
56
};
57
shellInit = ''
58
set -g theme_display_date no
0 commit comments