mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Shell: Save the history when quitting via the exit builtin
This commit is contained in:
parent
ce61cad933
commit
abfcd7b1b8
Notes:
sideshowbarker
2024-07-19 06:05:14 +09:00
Author: https://github.com/alimpfard
Commit: abfcd7b1b8
Pull-request: https://github.com/SerenityOS/serenity/pull/2398
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ int Shell::builtin_exit(int, const char**)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stop_all_jobs();
|
stop_all_jobs();
|
||||||
|
save_history();
|
||||||
printf("Good-bye!\n");
|
printf("Good-bye!\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue