aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Make calls to grep Posix compliantGravatar axel2006-07-31
* Make PATH validation only run for interactive shells to avoid infinite loopGravatar axel2006-07-31
* Add Solaris xpg4 PATH testGravatar axel2006-07-31
* Fix for recursive autoload loop on lsGravatar axel2006-07-28
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
* Fix temporarily broken fish_function_path during startupGravatar axel2006-07-20
* Initialize etc/fish and share/fish from the Makefile, not automatically by Au...Gravatar axel2006-07-19
* Add -q/--query switch to the functions builtin. Works just like the same swit...Gravatar axel2006-07-13
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
* Make sure that the / is only printed once in prompt_pwd function when cwd is ...Gravatar axel2006-07-11
* Fix bug in completions for the cd builtin that caused missed completions when...Gravatar axel2006-07-10
* Fix use of hardcoded path in completions for the help completions causing mis...Gravatar axel2006-07-10
* Add setenv shellscript function for csh compatibilityGravatar axel2006-06-22
* Update function wrapper for cd builtin, make sure a local variable is usedGravatar axel2006-06-17
* Fix a bug in the function wrapper around the 'cd' builtin that caused cd to s...Gravatar axel2006-06-17
* Update the set_color command: Add underline support, make the command a bit m...Gravatar axel2006-06-15
* Fix bug in help builtin that caused fish to show index page instead of comman...Gravatar axel2006-06-14
* Add completions for the which commandGravatar axel2006-06-14
* Minor addition for completions to the patch commandGravatar axel2006-06-13
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
* Minor spelling fixesGravatar axel2006-06-04
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* Add completions for 'cp'.Gravatar axel2006-06-02
* Minor change to the strings to a printf comman, since it seems to work differ...Gravatar axel2006-05-30
* Slightly updated fusermount completions - Thanks to Sean HigginsGravatar axel2006-05-29
* Check documentation for listing of external commands instead of relying on ou...Gravatar axel2006-05-29
* Avoid using the pwd command in favour of the $PWD variable, since the pwd com...Gravatar axel2006-05-29
* Add missing completion for complete builtinGravatar axel2006-05-27
* Add missing N_.fish file to repoGravatar axel2006-05-26
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
* Update the PATH checking code to work in batch modeGravatar axel2006-05-18
* Make fish remove invalid PATH entries on startup, and give a warning about itGravatar axel2006-05-18
* Fix bug that causes fish to elongate the PATH whith directories which are alr...Gravatar axel2006-05-18
* Do not repaint prompt on universal variable events, but add event handler for...Gravatar axel2006-05-11
* Escape $ character in apropos completions - Thanks to Peter Moulder for point...Gravatar axel2006-05-10
* Add missing quote escape to ls completionsGravatar axel2006-05-10
* Change setup to avoid invalid directories and warnings, also revert directory...Gravatar axel2006-04-22
* Minor comment and documentation editsGravatar axel2006-04-21
* Fix bug in type command causing type -f to return true even when no file was ...Gravatar axel2006-04-11
* Telnet completions from Sean HigginsGravatar axel2006-04-01
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Don't call the type function when defining the _ function, as this will cause...Gravatar axel2006-03-17
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Fish PATH FixGravatar npilon2006-03-14
* gettext detection fixGravatar npilon2006-03-13
* xargs completion fixGravatar npilon2006-03-13
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
* Changes in quoting of backslashes lead to minor bug in awk script for munging...Gravatar axel2006-03-11