1 # ~/.profile: executed by the command interpreter for login shells.
2 # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
4 # see /usr/share/doc/bash/examples/startup-files for examples.
5 # the files are located in the bash-doc package.
7 # the default umask is set in /etc/profile
11 if [ -n "$BASH_VERSION" ]; then
12 # include .bashrc if it exists
13 if [ -f "$HOME/.bashrc" ]; then
18 # set PATH so it includes user's private bin if it exists
19 if [ -d "$HOME/bin" ] ; then
20 PATH="$HOME/bin:$PATH"