diff --git a/42sh/README.md b/42sh/README.md index 8747c053..da7ed695 100644 --- a/42sh/README.md +++ b/42sh/README.md @@ -1,5 +1,4 @@ -# **42zsh** ---- +# 42sh 42sh school project. @@ -27,9 +26,9 @@ Optional feature highly appreciated: - Job Control and builtins `job`, `fg`, `bg`and operand `&`. - Shell Scripting. -
Shell / Subshell
+## shell / subshell -Line Edition
+## line editing Keys|Functions| :-:|:-- @@ -40,7 +39,7 @@ Keys|Functions| Ctrl+C|Terminate/Kill current foreground process. Ctrl+Z|Suspend/Stop current foreground process. -History
+## history Keys|Functions| :-:|:-- @@ -52,14 +51,8 @@ Keys|Functions| `!name`|Search for a command beginning with `name`. `!?name`|Search for a command which contain `name`. -Autocompletion
- -Globbing
- -Hash Table
- -Builtin Read
- -Job Control
- -Scripting
+## autocompletion +## globbing +## hash table +## job control +## scripting