Add ZSH profile configuration file.
This commit is contained in:
parent
46d64389dc
commit
dc827369a3
14
desktop/zsh/.zprofile
Normal file
14
desktop/zsh/.zprofile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user