fix lt func

This commit is contained in:
TheK4n 2022-09-24 18:55:44 +03:00
parent 88321b8cbf
commit 1020dd0fa7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx >> ~/.xlogs 2>&1

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 -h 2>/dev/null | sort -h | tac du -h "$DIR" 2>/dev/null | sort -h | tac
} }
destroy() { destroy() {