Update ZSH profile configuration file to version 1.1.1.4.
This commit is contained in:
parent
9f537f5b6c
commit
cfff977566
@ -4,7 +4,7 @@
|
||||
# Copyright 2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
# Version: 1.1.0.3
|
||||
# Version: 1.1.1.4
|
||||
|
||||
|
||||
# Start ssh-agent on login
|
||||
@ -14,6 +14,6 @@ fi
|
||||
|
||||
# Environmental variables
|
||||
## User
|
||||
if [[ -f ~/.zshenv-user ]]; then
|
||||
. ~/.zshenv-user
|
||||
if [[ -f $HOME/.zshenv-user ]]; then
|
||||
. $HOME/.zshenv-user
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user