From e815d3c1ff25dcb0f0314898bf61908a6d3fffe2 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 17 May 2023 02:55:06 +0100 Subject: [PATCH] Update ZSH profile configuration file to version 1.1.0.3. --- desktop/zsh/.zprofile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/desktop/zsh/.zprofile b/desktop/zsh/.zprofile index acbbf2e..0d6bb8c 100644 --- a/desktop/zsh/.zprofile +++ b/desktop/zsh/.zprofile @@ -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