This commit is contained in:
TheK4n 2021-12-21 17:36:12 +03:00
parent 5c06198b19
commit 7550ef65d4

View File

@ -5,7 +5,7 @@ lsl () {
DIR="$*" DIR="$*"
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
DIR="$HOME" DIR="$PWD"
fi fi
ls -lhFA --color=always "${DIR}" | less -R ls -lhFA --color=always "${DIR}" | less -R