Commit 52b889f
committed
fix: Disable Bash macro chain when no binding enabled (#2969)
If the user is not binding any commands, then there is no need to do
the macro chain workaround. This causes issues if the user
deliberately disabled the bindings because their Bash session does not
have the line editor enabled; this macro chain binding will then cause
errors.1 parent 592df55 commit 52b889f
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
394 | 397 | | |
395 | 398 | | |
396 | 399 | | |
| |||
0 commit comments