From 72da935ae271e0a6654a97460bf0d01ee4a95f24 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 4 Oct 2023 22:34:41 -0400 Subject: freyaCA --- home-config/zsh/zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home-config/zsh/zprofile') diff --git a/home-config/zsh/zprofile b/home-config/zsh/zprofile index 170786c..050131a 100644 --- a/home-config/zsh/zprofile +++ b/home-config/zsh/zprofile @@ -48,6 +48,10 @@ export PATH=$PATH:$LOCAL_PROFILE/bin export CC=$(which gcc) export LD=$(which gcc) +# Setup certs +export SSL_CERT_FILE=/run/current-system/profile/etc/ssl/certs/ca-certificates.crt +export SSL_CERT_DIR=/run/current-system/profile/etc/ssl/certs + # start sway only once and on the primary tty if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then # dbus-run-session Hyprland &> .log/hyprland -- cgit v1.2.3-freya