@ -1,4 +1,4 @@
#!/bin/sh
echo ".bash_profile -> .bashrc" >&2
[ -s "$HOME/.bashrc" ] && source "$HOME/.bashrc"
if [ -s "$HOME/.bashrc" ]; then
echo ".bash_profile: -> .bashrc" >&2
. "$HOME/.bashrc"
fi