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."