mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
if [[ -f /usr/local/share/ca-bundle.crt ]]; then
|
|
export SSL_CERT_FILE=/usr/local/share/ca-bundle.crt
|
|
fi
|
|
|
|
# vim: ft=bash
|