summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 15:36:17 +0100
committerAlan Pearce2013-05-18 15:36:17 +0100
commitf309dcf76f145ab84ac1fc624d0bd49ce942073d (patch)
tree3770cb70c638daadc99261cae54f17043c6b8f5f /zsh
parent99601454e1ec5a7675987a1f0dea69aa96108b49 (diff)
downloaddotfiles-f309dcf76f145ab84ac1fc624d0bd49ce942073d.tar.lz
dotfiles-f309dcf76f145ab84ac1fc624d0bd49ce942073d.tar.zst
dotfiles-f309dcf76f145ab84ac1fc624d0bd49ce942073d.zip
zsh: use 32-bit wine by default
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc_prefect2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zshrc_prefect b/zsh/zshrc_prefect
index e86b955..997ba39 100644
--- a/zsh/zshrc_prefect
+++ b/zsh/zshrc_prefect
@@ -6,3 +6,5 @@ then
 	eval `ssh-agent | sed -e '/^echo/d'`
 	linkAuthSock $SSH_AUTH_SOCK
 fi
+
+export WINEARCH="win32"
\ No newline at end of file