Re: Prompt run

2010-09-15 Thread Torsten Andre
velociraptor Genjix schrieb: How can I change the behaviour of the run prompt so that it stops at the greedy match, rather than just completing as the first entry? I get typing a program name, tabbing, getting some random other program and insta-hitting enter. Could I change it like the

Re: Prompt run

2010-09-15 Thread Anurag Priyam
Hi DiRaven, I use slightly modified regular zshell session as a launcher. It does most of the completing job, and does it good. I am interested. Please could you post how you do it? Where can I find your configs? -- Anurag Priyam, 3rd Year Undergraduate, Department of Mechanical

Re: Prompt run

2010-09-15 Thread DiRaven
On 09/15/2010 02:59 PM, Anurag Priyam wrote: I use slightly modified regular zshell session as a launcher. It does most of the completing job, and does it good. I am interested. Please could you post how you do it? Where can I find your configs? Ok, I found some discussion on it in the

Re: Prompt run

2010-09-15 Thread Anurag Priyam
I did not finish the job, but what I have is already working and doing 80% of the job. It is somelike bashrun, but more simple and based on the zshell instead of bash. You can check latest configs and scripts here: http://code.google.com/p/linuxtools/source/browse/#svn/trunk/zshrun Thanks.

Prompt run

2010-09-14 Thread velociraptor Genjix
How can I change the behaviour of the run prompt so that it stops at the greedy match, rather than just completing as the first entry? I get typing a program name, tabbing, getting some random other program and insta-hitting enter. Could I change it like the terminal behaves? Couldn't find