diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:19 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:19 +0100 |
commit | d9925d31e86b652913d0364684b1dadc70ecf2a7 (patch) | |
tree | fb48c736f2c5063fd0cd0d04afa2a3976af1da02 /bash_aliases | |
parent | 297a464fa606d0654473c8725b6f69368b1addec (diff) | |
download | dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.tar.gz dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.tar.bz2 dotfiles-d9925d31e86b652913d0364684b1dadc70ecf2a7.zip |
local
Diffstat (limited to 'bash_aliases')
-rw-r--r-- | bash_aliases | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bash_aliases b/bash_aliases index f0ac53e..73ffad8 100644 --- a/bash_aliases +++ b/bash_aliases @@ -113,8 +113,9 @@ alias nethackterm='rxvt -bg black -fg green +tr &' alias cfgpanel=' fgpanel --fg-root=/usr/share/games/flightgear --panel=Aircraft/c172p/Panels/FGPanel_c172p.xml' alias cfgfs='optirun fgfs --generic=socket,out,20,127.0.0.1,34200,udp,../Aircraft/c172p/Panels/FGPanel_Protocol_c172p' #alias xonotic='cd ~/.Xonotic && optirun ~/.Xonotic/xonotic-linux64-glx -sessionid vaskozl' -alias starcraft='PULSE_LATENCY_MSEC=60 optirun /usr/share/playonlinux/playonlinux --run "StarCraft II"' -alias starbound='~/games/starbound/linux64/launch_starbound.sh' +alias blizzard='wine /mnt/sdb6/Games/StarCraft\ II/StarCraft\ II.exe' +alias starcraft='primusrun wine /mnt/sdb6/Games/StarCraft\ II/Support/SC2Switcher.exe' +alias starbound="~/games/starbound/linux64/launch_starbound.sh" # Network tools |