Add ZSH profile configuration file.
This commit is contained in:
parent
f2f69ace12
commit
c70d8c5c0d
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