fix(alias-finder): Typo for equals

This commit is contained in:
Roeniss Moon 2025-03-27 23:09:02 +09:00
commit 6414a66e71
No known key found for this signature in database
GPG key ID: 9E9AE088DBD537FB

View file

@ -47,7 +47,7 @@ alias-finder() {
if [[ $exact == true ]]; then
break # because exact case is only one
elif [[ $longer = true ]]; then
elif [[ $longer == true ]]; then
break # because above grep command already found every longer aliases during first cycle
fi