Browse Source

chore(alias-finder): code style (#13038)

Roeniss Moon 3 weeks ago
parent
commit
506cedb7ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/alias-finder/alias-finder.plugin.zsh

+ 1 - 1
plugins/alias-finder/alias-finder.plugin.zsh

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