aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3865f6c..c9980da 100644
--- a/.zshrc
+++ b/.zshrc
@@ -27,6 +27,7 @@ source "$HOME/.zinitrc"
[ -r $HOME/.fzfrc ] && source $HOME/.fzfrc
command -v zoxide > /dev/null && eval "$(zoxide init --cmd j zsh)"
+[ -d "$HOME/.winevm/shims" ] && export PATH="$HOME/.winevm/shims:$PATH"
if command -v direnv > /dev/null; then
eval "$(direnv hook zsh)"