.bash_profile 271 B

1234567891011121314151617
  1. #
  2. # ~/.bash_profile
  3. #
  4. [[ -f ~/.bashrc ]] && . ~/.bashrc
  5. if [ -f ~/.bashrc ]; then
  6. . ~/.bashrc
  7. fi
  8. # User specific environment and startup programs
  9. export PATH=/home/northerblow/.local/bin:$PATH
  10. BASH_ENV=$HOME/.bashrc
  11. USERNAME=""
  12. export USERNAME BASH_ENV PATH