aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-02-27 19:56:25 +0800
committerGuangxiong Lin <[email protected]>2024-02-27 19:56:25 +0800
commitc99f92b07e00b77c103c2159b7e48f36c7b9d6c7 (patch)
treeb629b00eea333d20eb0b934f27f14fc552eb5e97 /.zshrc
parent8f8d6216f28b1ead26802b5830a10be4844929d9 (diff)
downloaddotfiles-c99f92b07e00b77c103c2159b7e48f36c7b9d6c7.tar.gz
dotfiles-c99f92b07e00b77c103c2159b7e48f36c7b9d6c7.tar.bz2
dotfiles-c99f92b07e00b77c103c2159b7e48f36c7b9d6c7.zip
Add winevm
Diffstat (limited to '.zshrc')
-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)"