Skip to content

Instantly share code, notes, and snippets.

@jponge
Last active November 24, 2020 10:29
Show Gist options
  • Save jponge/da8ce018559736e8ca60d5609d1b789b to your computer and use it in GitHub Desktop.
Save jponge/da8ce018559736e8ca60d5609d1b789b to your computer and use it in GitHub Desktop.
# A few aliases for exa, a ls replacement
alias l="exa --sort Name"
alias ll="exa --sort Name --long"
alias la="exa --sort Name --long --all"
alias lr="exa --sort Name --long --recurse"
alias lra="exa --sort Name --long --recurse --all"
alias lt="exa --sort Name --long --tree"
alias lta="exa --sort Name --long --tree --all"
alias ls="exa --sort Name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment