mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Settings related to QT
This commit is contained in:
parent
98a6ef8668
commit
772f779a2b
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ link/nix/config/filezilla
|
||||||
link/nix/config/hub
|
link/nix/config/hub
|
||||||
link/nix/config/NuGet/nuget.config
|
link/nix/config/NuGet/nuget.config
|
||||||
link/nix/config/powershell/powershellget/
|
link/nix/config/powershell/powershellget/
|
||||||
|
link/nix/config/QtProject/
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,9 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||||
eval '/usr/libexec/path_helper -s' > /dev/null
|
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
|
if [[ -f '/Applications/google-cloud-sdk' ]]; then
|
||||||
source /Applications/google-cloud-sdk/completion.zsh.inc
|
source /Applications/google-cloud-sdk/completion.zsh.inc
|
||||||
source /Applications/google-cloud-sdk/path.zsh.inc
|
source /Applications/google-cloud-sdk/path.zsh.inc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue