fish: functions/l/ll: Drop the -h option

exa prints human readable sizes by default, so the -h option no longer
applies.
This commit is contained in:
Sanchayan Maity 2022-02-17 20:52:14 +05:30
parent 795fd7f36a
commit 6bbc55a2c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
function l -w exa
exa -lh $argv
exa -l $argv
end

View File

@ -1,3 +1,3 @@
function ll -w exa
exa -lah $argv
exa -la $argv
end