dotfiles/fish/.config/fish/functions/ll.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
39 B
Fish

function ll -w exa
exa -la $argv
end