From ee4911cbeb4bf87bd95254c98c21bcb68c170a1e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sat, 4 Nov 2023 10:19:46 +0000
Subject: [PATCH] chore(zsh): remove just aliases

---
 system/shared/home-manager.nix | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix
index 039a142b..72cc9a79 100644
--- a/system/shared/home-manager.nix
+++ b/system/shared/home-manager.nix
@@ -311,14 +311,6 @@ in
       ialias wip="git add . && git commit -m 'wip'";
       ialias wt="git worktree"
 
-      # just
-      alias j="just"
-      alias jc="just composer"
-      alias jci="just composer install"
-      alias jcr="just composer require"
-      alias jd="just drush"
-      alias jt="just test"
-
       # tmux
       alias ta="tmux attach"
       alias tl="tmux list-sessions"