aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-28 23:49:02 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-28 23:49:02 -0600
commit1b8967ea87c63342f03c340d44a084ea7f62cae9 (patch)
tree06b7998b94fe9b05115d59c2a584339af8943445 /README.md
parentbecbecb016f16c2dea64aacd7077973f45ed0517 (diff)
command typing
now can chain commands with just ;
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0bd1473..7ffc1ad 100644
--- a/README.md
+++ b/README.md
@@ -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