fix lt func
This commit is contained in:
parent
81f9ce3719
commit
6062d604cd
@ -11,7 +11,7 @@ _sod () {
|
||||
lt () {
|
||||
local DIR
|
||||
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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user