#!/bin/bash # Dispatch to ~/.profile, the single login entry point for all shells, # which is what would happen if this file and ~/.bash_login did not exist [ -f "$HOME/.profile" ] && . "$HOME/.profile"