Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace exa with eza #2

Open
BoyanYK opened this issue Aug 2, 2024 · 0 comments
Open

Replace exa with eza #2

BoyanYK opened this issue Aug 2, 2024 · 0 comments

Comments

@BoyanYK
Copy link

BoyanYK commented Aug 2, 2024

Exa is no longer maintained, so its better to use the maintained fork eza instead: ogham/exa#1243

alias ls='exa -al --color=always --group-directories-first --icons' # preferred listing
alias la='exa -a --color=always --group-directories-first --icons' # all files and dirs
alias ll='exa -l --color=always --group-directories-first --icons' # long format
alias lt='exa -aT --color=always --group-directories-first --icons' # tree listing
alias l.='exa -ald --color=always --group-directories-first --icons .*' # show only dotfiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant