@ -1,4 +0,0 @@
if [ -s "$HOME/.bashrc" ]; then
echo ".bash_profile: -> .bashrc" >&2
. "$HOME/.bashrc"
fi
@ -0,0 +1,12 @@
# $HOME/bin
#
if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
# redirect bash to .bashrc (for `screen`)
if [ -n "$BASH_VERSION" ]; then