From 42c1bc4045e2ee1c4ea5d68e23624fa6c3c469e0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 Jul 2024 12:01:08 +0100 Subject: [PATCH] zsh: remove `just` override --- lib/shared/modules/zsh.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index f11f676..ff04d02 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -25,14 +25,6 @@ fi } - just() { - if [[ -f .ignored/justfile ]]; then - ${pkgs.just}/bin/just --justfile .ignored/justfile "''${@}" - else - ${pkgs.just}/bin/just "''${@}" - fi - } - til() { if [[ ''${#} < 1 ]]; then echo "No text was provided."