mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
8 lines
185 B
Fish
8 lines
185 B
Fish
function cd
|
|
if test (count $argv) -eq 0
|
|
z $HOME && eza -a --icons --group-directories-first
|
|
else
|
|
z $argv && eza -a --icons --group-directories-first
|
|
end
|
|
end
|