Settings related to QT

This commit is contained in:
Gene Liverman 2018-01-14 21:13:54 -08:00
parent 98a6ef8668
commit 772f779a2b
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 4 additions and 0 deletions

View file

@ -104,6 +104,9 @@ if [[ `uname` == 'Darwin' ]]; then
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
eval '/usr/libexec/path_helper -s' > /dev/null
# optional additions from homebrew
[ -d /usr/local/opt/qt/bin ] && export PATH=$PATH:/usr/local/opt/qt/bin
if [[ -f '/Applications/google-cloud-sdk' ]]; then
source /Applications/google-cloud-sdk/completion.zsh.inc
source /Applications/google-cloud-sdk/path.zsh.inc