Add some fixes for linux

This commit is contained in:
Ben Kreeger 2025-07-09 09:38:37 -05:00
parent c4c593ac59
commit 3ca4d4d9f3
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,5 @@ alias rsyncdir="rsync -az --progress"
CERT_PATH=$(python -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent

View File

@ -8,6 +8,7 @@ export PATH=~/bin:$GOBIN:$PATH
export XDG_CONFIG_HOME=$HOME/.config
export TALOSCONFIG=$XDG_CONFIG_HOME/talos/config.yaml
export GNUPGHOME=$XDG_CONFIG_HOME/gnupg
export GPG_TTY="$(tty)"
kubeconfig=(
$XDG_CONFIG_HOME/kube/k8s-dev.yaml
$XDG_CONFIG_HOME/kube/k8s.yaml