# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs if [ -d "$HOME/.config/composer/vendor/bin" ] ; then PATH="$HOME/.config/composer/vendor/bin:$PATH" fi umask 0022 PATH=$HOME/bin:$PATH:$HOME/.local/bin export PATH