replace exa(unmaintained) with eza, add new aliases
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
alias ls='exa' # make output more readable and show directories first
|
alias tree='eza --tree'
|
||||||
alias ll='ls -l'
|
alias ls='eza' # make output more readable and show directories first
|
||||||
|
alias ll='ls --long --header --git'
|
||||||
|
alias li='ls --git-ignore'
|
||||||
alias la='ls --all'
|
alias la='ls --all'
|
||||||
alias less='less --use-color'
|
alias less='less --use-color'
|
||||||
alias grep='rg' # colorize grep output, set GREP_COLORS
|
alias grep='rg' # colorize grep output, set GREP_COLORS
|
||||||
|
|||||||
Reference in New Issue
Block a user