Fix logical error

This commit is contained in:
Rezart Qelibari
2022-02-04 14:58:44 +01:00
parent 88e71a3fe5
commit 0a817025b4

View File

@@ -180,5 +180,5 @@ function main() {
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then
_DIR="${0:A:h}" _DIR="${0:A:h}"
main main "$@"
fi fi