cfg/desktop/zsh/.zprofile

14 lines
235 B
Plaintext
Raw Normal View History

2023-05-16 20:54:38 +01:00
# Inferencium
# ZSH - Profile
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 1.0.0.1
2023-05-16 20:54:38 +01:00
# Cache SSH key passphrase in memory on login
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval $(ssh-agent -s)
fi