added steam-wine alias
This commit is contained in:
parent
237e46d3bb
commit
b6b2ea688a
1 changed files with 3 additions and 0 deletions
3
zshrc
3
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*)
|
||||
|
|
Loading…
Reference in a new issue