diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index f11f6764..ff04d026 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."