cda: add newline before final output
This commit is contained in:
parent
a0bececb43
commit
127f313bd1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ cda() {
|
|||
echo "$DIR"
|
||||
(cd "$DIR" && $SHELL)
|
||||
done
|
||||
echo
|
||||
echo "$0: done"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue