Per the [man pages](http://linuxcommand.org/man_pages/ls1.html), `-a` is the equivalent to `--all` and should include the current directory (`.`) and parent directory (`..`) in its listings. The current functionality of `-a` in react-bash is more of `-A` which is `--almost-all` and does "not list implied . and .." 