diff --git a/desktop/zsh/.zprofile b/desktop/zsh/.zprofile new file mode 100644 index 0000000..c545518 --- /dev/null +++ b/desktop/zsh/.zprofile @@ -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