Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermain committed Mar 5, 2015
1 parent 8ed2558 commit 0c37f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -t 0 ]; then # Verify that this is an interactive shell before printing
echo -e "\e[41m##############################################\e[49m"
echo "- You can now use pip normally to install packages and it will automatically put them in your home."
echo "- Pip now has basic autocomplete for commands, use TAB and TAB TAB while typing commands."
echo -e "\e[92m- Smartdispatch updates to version 1.1! New list char \"[]\" see smart_dispatch.py --help.\033[0m"
echo -e "\e[92m- Smartdispatch updated to version 1.2! You can now see which job failed in the command folder.\033[0m"
echo ""
fi

Expand Down

0 comments on commit 0c37f92

Please sign in to comment.