# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash if ~/.bash_profile or ~/.bash_login # exists. if ! [ "x${BASH_VERSION}" = 'x' ]; then . "${HOME}/.bashrc" fi PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games' PATH="${HOME}/bin:${PATH}" # Interactive shells only beyond this point. [ "${PS1+set}" = 'set' ] || return PATH="${HOME}/ibin:${PATH}"