Update ZSH profile configuration file to version 1.1.0.3.
This commit is contained in:
parent
331092bfe9
commit
e815d3c1ff
@ -4,10 +4,16 @@
|
||||
# Copyright 2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
# Version: 1.0.0.1
|
||||
# Version: 1.1.0.3
|
||||
|
||||
|
||||
# Cache SSH key passphrase in memory on login
|
||||
# Start ssh-agent on login
|
||||
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||
eval $(ssh-agent -s)
|
||||
fi
|
||||
|
||||
# Environmental variables
|
||||
## User
|
||||
if [[ -f ~/.zshenv-user ]]; then
|
||||
. ~/.zshenv-user
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user