zsh: remove just override

This commit is contained in:
Oliver Davies 2024-07-09 12:01:08 +01:00
parent 0610b0e865
commit 42c1bc4045

View file

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