From 3b3fb90b7a054143ddc94ada29559e537ae7e9a4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 8 May 2025 12:52:50 +0100 Subject: [PATCH] Add abbreviations for the `just` command --- modules/home-manager/cli/zsh/abbreviations.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";