Add ZSH profile configuration file.

This commit is contained in:
inference 2023-05-16 20:54:25 +01:00
parent f2f69ace12
commit c70d8c5c0d
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

14
desktop/zsh/.zprofile Normal file
View File

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