cd_ls
This commit is contained in:
parent
30160e1544
commit
433d917578
1 changed files with 7 additions and 0 deletions
7
cd.sh
7
cd.sh
|
@ -374,6 +374,13 @@ cd_ln_python () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cd_ls () {
|
||||||
|
if [ "${1}" ] ; then
|
||||||
|
echo "╭╴$(realpath "${1}")"
|
||||||
|
ls --all -l "${1}" || exit
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
cd_mkdir () {
|
cd_mkdir () {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
echo "→ ${1}"
|
echo "→ ${1}"
|
||||||
|
|
Loading…
Reference in a new issue