diff --git a/.yadm/alt/.zshrc##Linux b/.yadm/alt/.zshrc##Linux index 94404a1..9ae8da3 100644 --- a/.yadm/alt/.zshrc##Linux +++ b/.yadm/alt/.zshrc##Linux @@ -143,11 +143,6 @@ done eval "$(<~/.ssh/agent)" # The next line updates PATH for the Google Cloud SDK. -if [ -f /home/snarbutas/google-cloud-sdk/path.zsh.inc ]; then - source '/home/snarbutas/google-cloud-sdk/path.zsh.inc' +if [ -f /opt/google-cloud-sdk/path.zsh.inc ]; then + source '/opt/google-cloud-sdk/path.zsh.inc' fi - -# The next line enables shell command completion for gcloud. -#if [ -f /home/snarbutas/google-cloud-sdk/completion.zsh.inc ]; then -# source '/home/snarbutas/google-cloud-sdk/completion.zsh.inc' -#fi diff --git a/.yadm/alt/config.yaml##Linux.epiphanius b/.yadm/alt/config.yaml##Linux.epiphanius new file mode 100644 index 0000000..a4f3352 --- /dev/null +++ b/.yadm/alt/config.yaml##Linux.epiphanius @@ -0,0 +1,3 @@ +--- +pkcs7_public_key: '/home/snarbutas/.eyaml/hiera_public_key.pkcs7.pem' +pkcs7_private_key: '/home/snarbutas/.eyaml/hiera_private_key.pkcs7.pem'