eza
This commit is contained in:
parent
2ecc7ae37b
commit
fe75b6ace1
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ compinit
|
|||
|
||||
znap source oh-my-zsh plugins/{gitignore,git,helm,mvn,gradle}
|
||||
|
||||
alias exa="exa -l --git"
|
||||
alias exa="eza -l --git"
|
||||
if [[ $(uname -s) =~ 'Linux' ]]; then
|
||||
alias cp="cp --reflink=auto"
|
||||
fi
|
||||
|
@ -185,7 +185,7 @@ else
|
|||
touch $HOME/.zshsrc
|
||||
fi
|
||||
|
||||
LS_PICKER="exa"
|
||||
LS_PICKER="eza"
|
||||
for funcfile in $HOME/.zsh.d/* ; do
|
||||
source "${funcfile}"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue