mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Shell: Save the history when quitting via the exit builtin
This commit is contained in:
committed by
Andreas Kling
parent
ce61cad933
commit
abfcd7b1b8
@@ -345,6 +345,7 @@ int Shell::builtin_exit(int, const char**)
|
||||
}
|
||||
}
|
||||
stop_all_jobs();
|
||||
save_history();
|
||||
printf("Good-bye!\n");
|
||||
exit(0);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user