cda: add newline before final output

This commit is contained in:
PowerUser64 2022-04-19 19:27:10 -07:00
parent a0bececb43
commit 127f313bd1

View file

@ -17,6 +17,7 @@ cda() {
echo "$DIR" echo "$DIR"
(cd "$DIR" && $SHELL) (cd "$DIR" && $SHELL)
done done
echo
echo "$0: done" echo "$0: done"
} }