cd_cat
This commit is contained in:
parent
f51e89ee79
commit
966f400652
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -276,7 +276,7 @@ ${1}
|
||||||
|
|
||||||
cd_cat () {
|
cd_cat () {
|
||||||
if [ -f "${1}" ] ; then
|
if [ -f "${1}" ] ; then
|
||||||
echo "⋅$(realpath "${1}")"
|
echo "╭$(realpath "${1}")"
|
||||||
cat "${1}" || exit
|
cat "${1}" || exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue