mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
4 lines
186 B
Fish
4 lines
186 B
Fish
function lst --wraps='eza --long --icons --color --git --tree ' --description 'alias lst=eza --long --icons --color --git --tree '
|
|
eza --long --icons --color --git --tree $argv
|
|
end
|