mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 09:53:10 +00:00
feat(shell): eza, a modern replacement for ‘ls’
This commit is contained in:
@@ -58,6 +58,11 @@ fi
|
|||||||
# Be nice
|
# Be nice
|
||||||
alias please="sudo "
|
alias please="sudo "
|
||||||
|
|
||||||
|
! have eza && alias ls='ls --color=auto'
|
||||||
|
have eza && {
|
||||||
|
alias ls='eza -h -s=type --git --icons --group-directories-first'
|
||||||
|
}
|
||||||
|
|
||||||
# Easier navigation: .., ..., ....
|
# Easier navigation: .., ..., ....
|
||||||
alias ..="cd .."
|
alias ..="cd .."
|
||||||
alias ...="cd ../.."
|
alias ...="cd ../.."
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ packages=(
|
|||||||
"bkt"
|
"bkt"
|
||||||
# a structural diff that understands syntax
|
# a structural diff that understands syntax
|
||||||
"difftastic"
|
"difftastic"
|
||||||
|
# a modern replacement for ‘ls’.
|
||||||
|
"eza"
|
||||||
# A simple, fast and user-friendly alternative to 'find'
|
# A simple, fast and user-friendly alternative to 'find'
|
||||||
"fd-find"
|
"fd-find"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user