blob: fd0dbdcd44bcb0af0dab60c20d2f2a927f37ded4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|