fish-shell/share
Kevin Ballard 61ce9db4ba Make the alias built-in function work better
The new --wraps functionality was breaking aliases of the form
`alias foo='bar baz'`. That is, aliases where the body is multiple
words. Extract the first word of the body and use that instead.

Use better errors for aliases with no name or no body.
2014-08-22 11:40:59 -07:00
..
completions Use sgrep instead of grep in ssh completion 2014-08-13 01:06:15 -07:00
functions Make the alias built-in function work better 2014-08-22 11:40:59 -07:00
tools webconfig: fixes for token security 2014-08-22 15:44:43 +08:00
config.fish Make fish install a command_not_found handler in non-interactive uses. 2014-02-20 10:26:57 -08:00