# ~/.profile: executed by bash(1) for login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples. # I include this in all login environements, bash(1) or not export PATH=$HOME/bin:$PATH # The rest is for bash(1) logins only if [ -n "$SHLVL" ]; then if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi