diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-04 22:34:41 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-04 22:34:41 -0400 |
commit | 72da935ae271e0a6654a97460bf0d01ee4a95f24 (patch) | |
tree | 5ad88a8b465724994951d56c1b427f004e8f4878 /home-config/zsh | |
parent | UNFINISHED caddy package (diff) | |
download | dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.tar.gz dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.tar.bz2 dotfiles-guix-72da935ae271e0a6654a97460bf0d01ee4a95f24.zip |
freyaCA
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 |