diff --git a/.zshrc b/.zshrc index 2257252..91ebf0f 100644 --- a/.zshrc +++ b/.zshrc @@ -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