diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-28 23:49:02 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-28 23:49:02 -0600 |
| commit | 1b8967ea87c63342f03c340d44a084ea7f62cae9 (patch) | |
| tree | 06b7998b94fe9b05115d59c2a584339af8943445 /README.md | |
| parent | becbecb016f16c2dea64aacd7077973f45ed0517 (diff) | |
command typing
now can chain commands with just ;
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,11 +25,11 @@ Going to try and make it mostly POSIX compliant. - [ ] prompt uses PS1 - [ ] pipes | - [ ] && - - [ ] ; + - [x] ; - [ ] vi mode - [ ] redirections > < - [ ] append >> - - [ ] heredoc + - [ ] heredoc << - [ ] & - [ ] rcfile - [ ] rcfile in config dir |
