small zsh tweaks

This commit is contained in:
Michael Skrynski
2014-03-14 18:40:08 +01:00
parent 30dbb66b93
commit 9f36efad78

4
zshrc
View File

@@ -27,4 +27,6 @@ export EDITOR=vim
# SSL Certificate needed, install first with
# brew install curl-ca-bundle
export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt
if [ -f /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt ]; then
export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt
fi