This commit is contained in:
wuqi 2024-08-08 10:19:00 +08:00
parent 75997c63b0
commit f417dce668

8
.zshrc
View File

@ -13,6 +13,12 @@ plugins=(
zsh-syntax-highlighting
)
source ~/.keychain.sh
if [ "$OS" != "Windows_NT" ];then
source ~/.keychain.sh
fi
source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
if [ "$OS" = "Windows_NT" ]; then
HEADLINE_HOST_CMD='hostname'
export PATH="/ucrt64/bin:$PATH"
fi