Update ZSH profile configuration file to version 1.0.0.1.

This commit is contained in:
inference 2023-05-17 01:21:49 +01:00
parent 59e7c69c6d
commit 18dd4bd2cb
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,11 +4,10 @@
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.0.0
# Version: 1.0.0.1
# Cache SSH key passphrase in memory on login
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval $(ssh-agent -s)
ssh-add
fi