aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Fix for recursive autoload loop on lsGravatar axel2006-07-28
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* 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
* 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
* Fix bug in help builtin that caused fish to show index page instead of comman...Gravatar axel2006-06-14
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* 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 N_.fish file to repoGravatar axel2006-05-26
* Do not repaint prompt on universal variable events, but add event handler for...Gravatar axel2006-05-11
* Add missing quote escape to ls completionsGravatar axel2006-05-10
* 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
* 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
* gettext detection 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
* Fix various uses of the GNUism of allowing backslash escapes in the second ha...Gravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Add functiopn prototype completions for valgrind --alloc-fnGravatar axel2006-02-24
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
* Move a few shellscript bits aroundGravatar axel2006-02-18
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17