feat: source aliases in bash mode (#604)

This commit is contained in:
jnjpng
2026-01-20 17:29:39 -08:00
committed by GitHub
parent d34a65323c
commit dc8c0e8321
3 changed files with 243 additions and 4 deletions

View File

@@ -591,7 +591,7 @@ export function Input({
setTemporaryInput("");
setValue(""); // Clear immediately for responsiveness
setIsBashMode(false); // Exit bash mode after submitting
// Stay in bash mode - user exits with backspace on empty input
if (onBashSubmit) {
await onBashSubmit(previousValue);
}