Re: [Fish-users] Completion on alias

2013-11-12 Thread Leira Hua
Mandeep Sandhu mandeepsandhu.chd@... writes: So this is basically looking for aliases created via git itself ('git config alias.gco checkout' etc). To fix your issue, you either need to define an alias with git, or modify the __fish_git_using_command function to check if the given command

Re: [Fish-users] Completion on alias

2013-11-12 Thread Mandeep Sandhu
On Tue, Nov 12, 2013 at 8:57 PM, justin jus...@justinhileman.info wrote: But with aliases like `gco`, the git completion wouldn't even fire. You're right! 'gco' won't even trigger the git completion as the command doesn't have a corresponding completion file. My bad. -mandeep On Mon, Nov

Re: [Fish-users] How to exit on error (bash set -e)

2013-11-12 Thread Martin Bähr
On Wed, Nov 13, 2013 at 10:49:24AM +0800, David Adam wrote: I also think ignoring errors should be explicit; the default should be exit-on-failure (though I'll understand that it might be too late to change due to backward compatibility) It would definitely have to wait for a new major