fix lsl
This commit is contained in:
parent
5c06198b19
commit
7550ef65d4
@ -5,7 +5,7 @@ lsl () {
|
||||
DIR="$*"
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
DIR="$HOME"
|
||||
DIR="$PWD"
|
||||
fi
|
||||
|
||||
ls -lhFA --color=always "${DIR}" | less -R
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user