Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: open a file with default application



Hi,

2010/8/27 ugaciaka <ugaciaka@xxxxxxxxx>:
> I remember that digit only a type file zsh can open this with default program.
>
> Example:
> % software.exe # start wine software.exe
> % httpd.conf # start vim httpd.conf
>
> But I don't remember obtaining this!

alias -s exe=wine
alias -s conf=vim

See `man zshbuiltins'

Best regards,

-- 
Jérémie



Messages sorted by: Reverse Date, Date, Thread, Author