diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd0dbdc --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# todo + +- [x] environment variables +- [x] custom prompts +- [x] minimal current directory +- [ ] quotes +- [-] handle ~ +- [ ] dynamically allocate cwd in cd builtin command +- [-] all of posixs + - [ ] aliases + - [x] increase the SHLVL var + - [x] update pwd + - [ ] pipes | + - [ ] redirections > < + - [ ] append >> + - [ ] heredoc +- [ ] rcfile + - [ ] rcfile in homedir |
