summaryrefslogtreecommitdiff
path: root/templates/steam
blob: 321f6468f12ae36f13179a8bcac0cbcf6f44184a (plain)
1
2
3
4
5
6
7
8
9
PREFIX="~/.steam"
SIZE="1280x1024"
GPATH="c:/programme/steam/steam.exe"

steamapp () {
    [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
}

# vim:ft=sh