3

Zsh - alias -s with parameter

view full story
linux-howto

http://unix.stackexchange.com – In zsh, I can specify default program to open which file extension like alias -s {mkv,mpg}='mplayer' . I runs fine but what I really want is to run mplayer <filename> & so it won't produce technical stuffs and 'stealing' my current shell session. How can I make this happen ? Thanks for reading :) (HowTos)