aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-06 22:34:50 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-03-06 22:34:50 -0600
commitf3d03e71ede8e94e7137777ab5ad5570c3d11b31 (patch)
treeddd17a5e3e1c40e645772cb9466169b98389985d /README.md
parent5964950ca5c018e1163fe308fa4bb17b9220b383 (diff)
some cleanup and shell var
- SHELL is now set - cwd now has realloc - realloc with error checking is now a fucntion like malloce
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb9a83e..bba5b3f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Going to try and make it mostly POSIX compliant.
- [x] custom prompts
- [x] minimal current directory
- [x] handle ~
-- [ ] dynamically allocate cwd in cd builtin command
+- [x] dynamically allocate cwd in cd builtin command
- [ ] history
- [ ] cursor movement
- [ ] tab to autocomplete files and dirs