aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Make the greeting message configurable using the fish_greeting variableGravatar axel2006-10-10
* Add missing newline in error message for popd function. Thanks to Phipip Ganc...Gravatar axel2006-10-05
* Fix bug causing ls function to never color or classify filesGravatar axel2006-10-05
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Use universal variables for fish_function_path and fish_complete_pathGravatar axel2006-10-05
* Fix bug in the setenv function (values wheren't exported!), thanks to Matrin ...Gravatar axel2006-09-29
* Unly use classifications in ls if stdout is a ttyGravatar axel2006-09-20
* Add completions for the wpa_cli commandGravatar axel2006-09-19
* Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier D...Gravatar axel2006-09-14
* Fix bug in __fish_complete_subcommand, reported by Xavier DouvilleGravatar axel2006-09-13
* Add completions for xpdf and xmms, written by Vikas GorurGravatar axel2006-09-12
* Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr ...Gravatar axel2006-09-08
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
* Add math shellscript function, which is a thin wrapper around bcGravatar axel2006-09-05
* Fix minor null pointer bug in the set builtin, fix bug causing the -n switch ...Gravatar axel2006-09-01
* Don't turn of file completion in svn completions if given an unknown subcommandGravatar axel2006-08-28
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
* Add minor new completion for make commandGravatar axel2006-08-26
* help --help should be same as help helpGravatar axel2006-08-22
* Add a message to stdout in the help function describing where the help went i...Gravatar axel2006-08-15
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01
* Fix minor nit in commentGravatar axel2006-08-01
* 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