aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
Commit message (Expand)AuthorAge
* Add completions for the status builtinGravatar axel2006-02-01
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Optimize the fish_prompt functionGravatar axel2006-01-28
* Fix typo in sudo completionsGravatar axel2006-01-28
* Misc init-files cleanup, including making sure various variables are function...Gravatar axel2006-01-28
* More spelling fixes from Hermann J. BeckersGravatar axel2006-01-28
* Small fixes for emerge completions, sent by Mike AutyGravatar axel2006-01-27
* shellscript functions should use the help command to display helpGravatar axel2006-01-27
* Fix bug in debian specific kill completionsGravatar axel2006-01-27
* Checkin of swedish translations and some smaller changes to the emerge comple...Gravatar axel2006-01-27
* Spelling fixes, from Hermann J. BeckersGravatar axel2006-01-26
* Add completions for emerge commandGravatar axel2006-01-25
* Add completions for sshfs, fusermount and sudoGravatar axel2006-01-25
* Make the prompt_pwd behave better with strange sed implementations (I'm looki...Gravatar axel2006-01-25
* Add better test for whether the gettext command should be usedGravatar axel2006-01-25
* Add completions for the time command, and improve completions for the type bu...Gravatar axel2006-01-23
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Minor tweaks of init filesGravatar axel2006-01-22
* Fix broken PATH checkGravatar axel2006-01-22
* Description tweakGravatar axel2006-01-21
* Make sure _nl_msg_cat_cntr exists even if libintl doesn't, and use printf com...Gravatar axel2006-01-21
* Add missing completion for the -b switch for function builtinGravatar axel2006-01-20
* Swedish tranlations checkinGravatar axel2006-01-19
* Add completions for a fex more darcs subcommandsGravatar axel2006-01-19
* Make manual and completions reflect the facty that any combination od set_col...Gravatar axel2006-01-18
* color ls support under FreeBSD and OS XGravatar axel2006-01-18
* Fix broken 'type' function, and clean up the ugly 'help' function. By Philip ...Gravatar axel2006-01-18
* Add a __fish_complete_command function for completing using a command name. ...Gravatar axel2006-01-17
* Minor tweaks for the gpg command completionsGravatar axel2006-01-16
* Add completions for the set builtin to handle completions of locale variables...Gravatar axel2006-01-16
* Minor completion tweaksGravatar axel2006-01-15
* Make the completions for the ls, sed and df commands have the correct switche...Gravatar axel2006-01-14
* Minor polish to the gpg completionsGravatar axel2006-01-14
* Various corrections for advanced tab completions. Should make the --exportGravatar axel2006-01-14
* Add completions for gpg commandGravatar axel2006-01-14
* Add completions for chsh command (updated)Gravatar axel2006-01-14
* Fix the __fish_append shellscript function, as well as some completion bugs i...Gravatar axel2006-01-13
* Minor completion description corrections - unescaped dollar-signs in quotes a...Gravatar axel2006-01-13
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Use /etc/sysconfig/i18n file if it exists to set up correct localeGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Make the read builtin able to create universal variablesGravatar axel2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* More minor completion description corrections, and another translation checki...Gravatar axel2006-01-10
* Minor completion description tweaks, try to use the same description for the ...Gravatar axel2006-01-10
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Make description messages more uniformGravatar axel2006-01-09
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Move definition of the _ gettext alias out of fish_interactive, since it is n...Gravatar axel2006-01-06
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05