From 772f779a2b24f2ab3990c09f1dd20a84e63331dc Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 14 Jan 2018 21:13:54 -0800 Subject: [PATCH] Settings related to QT --- .gitignore | 1 + link/nix/zshrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e15d4c4..f7acc2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ link/nix/config/filezilla link/nix/config/hub link/nix/config/NuGet/nuget.config link/nix/config/powershell/powershellget/ +link/nix/config/QtProject/ diff --git a/link/nix/zshrc b/link/nix/zshrc index fa676b6..1a24138 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -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