dotfiles/bash/.bash_profile
2020-02-12 14:23:33 -05:00

12 lines
238 B
Bash

#
# $HOME/.bash_profile
#
export PATH="/usr/local/opt/texinfo/bin:$PATH"
[[ -f "$HOME/.bashrc" ]] && source $HOME/.bashrc
[[ -f "$HOME/.bash_local" ]] && source "$HOME/.bash_local"
[[ -f "$HOME/.profile" ]] && source "$HOME/.profile"