Functionsยง
- cd
- compress_
tilde - If path start with HOME then replace with ~.
- expand_
tilde - Takes a PathBuf, if it contains ~ then replaces it with HOME and returns the new PathBuf, else returns path. If path is not utf-8 then it will not expand ~.
- run_
builtin