Update ZSH profile configuration file to version 1.1.0.3.

This commit is contained in:
inference 2023-05-17 02:55:06 +01:00
parent 331092bfe9
commit e815d3c1ff
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,10 +4,16 @@
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 1.0.0.1
# Version: 1.1.0.3
# Cache SSH key passphrase in memory on login
# Start ssh-agent on login
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval $(ssh-agent -s)
fi
# Environmental variables
## User
if [[ -f ~/.zshenv-user ]]; then
. ~/.zshenv-user
fi