dotfiles/fish/.config/fish/functions/l.fish
Sanchayan Maity 6bbc55a2c2 fish: functions/l/ll: Drop the -h option
exa prints human readable sizes by default, so the -h option no longer
applies.
2022-02-17 20:52:14 +05:30

4 lines
37 B
Fish

function l -w exa
exa -l $argv
end