diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-09 23:48:22 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-09 23:48:22 -0600 |
| commit | 42abbc8f06fb56761502824b8085516299535534 (patch) | |
| tree | 70fc16f235b3b5346774dc098cac2c8dcf60549d /README.md | |
| parent | f1f01cbbf9681ee311a69db40e832c630950cb53 (diff) | |
- readme. todo
- update pwd
- update SHLVL
- basename pwd in prompt
- updating pwd
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 |
