zsh: remove just
override
This commit is contained in:
parent
0610b0e865
commit
42c1bc4045
|
@ -25,14 +25,6 @@
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
just() {
|
|
||||||
if [[ -f .ignored/justfile ]]; then
|
|
||||||
${pkgs.just}/bin/just --justfile .ignored/justfile "''${@}"
|
|
||||||
else
|
|
||||||
${pkgs.just}/bin/just "''${@}"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
til() {
|
til() {
|
||||||
if [[ ''${#} < 1 ]]; then
|
if [[ ''${#} < 1 ]]; then
|
||||||
echo "No text was provided."
|
echo "No text was provided."
|
||||||
|
|
Loading…
Reference in a new issue