Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the anomoly where running `exa` doesn't show the current and parent directory, but `ls` does. As far as I can tell, this was happening as the `ls` alias was calling `exa` recursively — `exa` was calling the `exa` alias, which calls the `exa` alias, etc.
- Loading branch information