diff --git a/.zshrc b/.zshrc index 1d48cef..f9d3b9c 100644 --- a/.zshrc +++ b/.zshrc @@ -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