diff --git a/bashrc.sh b/bashrc.sh index 5278490..0a7e6f9 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -96,7 +96,7 @@ alias reseed-code="code-reseed" function check-code { cd ~/Code ls | while read project; do - echo "Checking $project..." + echo -e "\nChecking $project..." cd $project if [[ -d .git ]]; then git pull