This commit is contained in:
dmahacker 2024-09-06 13:36:11 +08:00
parent 2589061198
commit 9d89fcc7b9

2
.zshrc
View File

@ -25,5 +25,5 @@ source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
if [ "$OS" = "Windows_NT" ]; then
HEADLINE_HOST_CMD='hostname'
export PATH="/c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
export PATH="/c/Program Files (x86)/WiX Toolset v3.14/bin:c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
fi