cat/corner
This commit is contained in:
parent
3349f51a23
commit
179f234401
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -305,7 +305,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