# Add user-installed commands to login shells. if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi export PATH if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi