From 43164c8005359de33b90a275a5f0b21e1fd388a9 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 17 May 2023 01:21:26 +0100 Subject: [PATCH] Update ZSH profile configuration file to version 1.0.0.1. --- desktop/zsh/.zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/desktop/zsh/.zprofile b/desktop/zsh/.zprofile index c545518..acbbf2e 100644 --- a/desktop/zsh/.zprofile +++ b/desktop/zsh/.zprofile @@ -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