fix lt func

This commit is contained in:
TheK4n 2022-08-30 19:06:04 +03:00
parent 81f9ce3719
commit 6062d604cd

View File

@ -11,7 +11,7 @@ _sod () {
lt () { lt () {
local DIR local DIR
test -z "$1" && DIR="." || DIR="$1" test -z "$1" && DIR="." || DIR="$1"
du -sh "$DIR"/* "$DIR"/.* 2>/dev/null | sort -h | tac; du -sh "$DIR"/. du -h 2>/dev/null | sort -h | tac
} }
destroy() { destroy() {