Add brew-installed texinfo to $PATH

This commit is contained in:
Jeremy Dormitzer 2020-02-12 14:23:33 -05:00
parent cd350a4a35
commit 2f1cb591d5

View File

@ -2,6 +2,8 @@
# $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"