You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/available/base.plugin.bash
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,8 +120,7 @@ function usage() {
120
120
esac
121
121
}
122
122
123
-
# shellcheck disable=SC2144 # the glob matches only one file
124
-
if [[ !-e"${BASH_IT?}/plugins/enabled/todo.plugin.bash"&&!-e"${BASH_IT?}/plugins/enabled"/*"${BASH_IT_LOAD_PRIORITY_SEPARATOR-}todo.plugin.bash" ]];then
0 commit comments