diff --git a/modules/home-manager/cli/zsh/abbreviations.nix b/modules/home-manager/cli/zsh/abbreviations.nix index 4693c653..8f47d029 100644 --- a/modules/home-manager/cli/zsh/abbreviations.nix +++ b/modules/home-manager/cli/zsh/abbreviations.nix @@ -60,6 +60,11 @@ gstp = "git stash pop"; gt = "git tag"; + j = "just"; + jb = "just build"; + jt = "just test"; + js = "just switch"; + # tmux ta = "tmux attach"; tl = "tmux list-sessions";