diff options
Diffstat (limited to 'home-config/zsh')
-rw-r--r-- | home-config/zsh/zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |