ref
This commit is contained in:
parent
74847aad5f
commit
f23a443f34
@ -42,6 +42,12 @@ workon() {
|
|||||||
|
|
||||||
|
|
||||||
cl() {
|
cl() {
|
||||||
|
local DIR
|
||||||
DIR="$*"
|
DIR="$*"
|
||||||
|
|
||||||
|
if [ $# -lt 1 ]; then
|
||||||
|
DIR=$HOME
|
||||||
|
fi
|
||||||
|
|
||||||
cd "${DIR}" && ls -F --color=auto
|
cd "${DIR}" && ls -F --color=auto
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user