zsh, fish: replace exa with eza
This commit is contained in:
parent
effa97aee2
commit
4ffd2b4cb9
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
|||
function ls
|
||||
set -l i
|
||||
if test -n "$WEZTERM_PANE"
|
||||
set i '--icons'
|
||||
end
|
||||
command exa $i --group-directories-first $argv
|
||||
command eza --icons --group-directories-first $argv
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue