mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 21:46:32 +00:00
5 lines
240 B
Fish
5 lines
240 B
Fish
function l --wraps='exa $EXA_STANDARD_OPTIONS $EXA_L_OPTIONS' --wraps='eza $EZA_STANDARD_OPTIONS $EZA_L_OPTIONS' --description 'alias l eza $EZA_STANDARD_OPTIONS $EZA_L_OPTIONS'
|
|
eza $EZA_STANDARD_OPTIONS $EZA_L_OPTIONS $argv
|
|
|
|
end
|