diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -23,13 +23,15 @@ Going to try and make it mostly POSIX compliant. - [x] single quotes - [x] pop quotes a'b'c -> abc - [ ] prompt uses PS1 - - [ ] pipes | + - [x] pipes | - [ ] && - [x] ; - [ ] vi mode - - [ ] redirections > < + - [ ] redirection > + - [ ] redirection < - [ ] append >> - [ ] heredoc << - [ ] & +- [ ] Env="something" ... executable args - [ ] rcfile - [ ] rcfile in config dir |
