]> git.rmz.io Git - dotfiles.git/blob - bin/wine
only set HOME in wine
[dotfiles.git] / bin / wine
1 #!/bin/bash
2
3 WINE_HOME=/mnt/sdd5/wineprefixes/wine_home
4
5 WINE=/usr/bin/wine
6
7 WINEARCH=${WINEARCH:-win32} HOME="$WINE_HOME" $WINE "$@"