From b6b2ea688a9c183b3e15955e22c4bb41dea4298a Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 6 Oct 2015 18:55:04 +0200 Subject: [PATCH] added steam-wine alias --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 8b585db..97ef38a 100644 --- a/zshrc +++ b/zshrc @@ -35,6 +35,9 @@ cd $OLDPWD export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh > /dev/null 2>&1 +# Configuration pour wine +alias steam-wine='WINEDEBUG=-all wine ~/.wine/drive_c/Program\ Files/Steam/Steam.exe -no-dwrite >/dev/null 2>&1 &' + # Titre du terminal case $TERM in xterm*)