Fixed history and cd without args

This commit is contained in:
Justine
2023-02-19 20:32:17 +01:00
parent 2a0866ab64
commit 0f6bd3337a
4 changed files with 15 additions and 15 deletions

View File

@ -289,3 +289,4 @@ fn find_common_chars(mut strvec: Vec<String>) -> String {
}