Skip to content

Commit

Permalink
feat: add SSL_CERT_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Hofer committed Dec 10, 2024
1 parent 3605f26 commit 7e1c4b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/shared/home-manager/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
SPACESHIP_DOCKER_PREFIX=" on ";
SPACESHIP_PACKAGE_PREFIX=" is ";
SPACESHIP_GIT_STATUS_SHOW="false";
SSL_CERT_FILE="$(/opt/homebrew/bin/brew --prefix)/etc/openssl@?/cert.pem"; # ? = version
};

##TODO: Improve TMUX function (move away from tmux + make session name more readable)
Expand Down

0 comments on commit 7e1c4b6

Please sign in to comment.