aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Tweaked __fish_print_help to not spew errorsGravatar ridiculousfish2012-07-06
* Fix for https://github.com/fish-shell/fish-shell/issues/209Gravatar ridiculousfish2012-07-06
* Make prompt_pwd make a lot more senseGravatar Emily Eisenberg2012-07-06
* Fixed case behaviourGravatar maxfl2012-07-05
* Doc is updatedGravatar maxfl2012-07-01
* Update funcedGravatar maxfl2012-07-01
* Disable default fish_pager_color_secondaryGravatar maxfl2012-06-29
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
* Change funced script to default to using $EDITOR if set, and to allow -e to s...Gravatar ridiculousfish2012-06-29
* Support editing functions starting with dotGravatar maxfl2012-06-29
* Add emacs to 'funced -e'Gravatar maxfl2012-06-29
* Add -e option to funcedGravatar maxfl2012-06-29
* fix #177 (complete 'cd' only with paths)Gravatar maxfl2012-06-26
* Remove __fish_git_prompt's switch bug workaroundGravatar Kevin Ballard2012-06-25
* Bring prompt_pwd under Darwin to parity with non-DarwinGravatar Kevin Ballard2012-06-24
* Fix prompt_cwd on darwin systems when $PWD is "/private"Gravatar Kevin Ballard2012-06-24
* Fix var set in __fish_config_interactive.fishGravatar Kevin Ballard2012-06-24
* Tweak documentation for __fish_git_promptGravatar Kevin Ballard2012-06-21
* Replace __fish_git_branch_prompt.fish with __fish_git_prompt.fishGravatar Kevin Ballard2012-06-21
* Don't generate completions if we already have bespoke completions in the data...Gravatar ridiculousfish2012-06-18
* Fix other usages of \n in sed replacements.Gravatar Evan Jones2012-06-17
* alias: Support seds that don't support \n in replacements.Gravatar Evan Jones2012-06-17
* Teach __fish_print_help.fish about the new man pathGravatar ridiculousfish2012-06-17
* Squashed commit of the following:Gravatar ridiculousfish2012-06-15
* Modified alias.fish to show help message when executed with 0 argumentsGravatar Siteshwar Vashisht2012-06-13
* Made history --help show history man page and history is now saved only once ...Gravatar Siteshwar Vashisht2012-06-12
* Switched from using 'type' to 'functions --query' since it's a lot cheaperGravatar ridiculousfish2012-06-10
* Introduced fish_user_keybindingsGravatar adisbladis2012-06-10
* Add Rekonq in list of browsers to display helpGravatar Siteshwar Vashisht2012-06-08
* Made C-d delete characters in multiple lines.Gravatar Siteshwar Vashisht2012-06-07
* Fixed following bugs in history function:Gravatar Siteshwar Vashisht2012-06-06
* Updated "last run version" to __fish_init_1_50_0. Updated colors for non term...Gravatar ridiculousfish2012-06-05
* Added history completion fileGravatar ridiculousfish2012-06-05
* Relnoted history builtinGravatar ridiculousfish2012-06-04
* Tweaks to the history functionGravatar ridiculousfish2012-06-04
* Adding history builtinGravatar Siteshwar Vashisht2012-06-05
* Missing -s to which fixedGravatar adisbladis2012-05-30
* Fix for annoying messages when launching on SnowLeopardGravatar Peter Ammon2012-05-30
* Tweak a few default colorsGravatar ridiculousfish2012-05-29
* Fixed builtin_test to properly handle "just a strings" in combining expressio...Gravatar ridiculousfish2012-05-20
* Added a -s option to echo to mean "don't output spaces"Gravatar ridiculousfish2012-05-19
* Fix to stop setting a default CDPATHGravatar ridiculousfish2012-05-05
* Make dirh, nextd, prevd work on OS XGravatar ridiculousfish2012-05-04
* Workaround difference between BSD and GNU seq in dirhGravatar ridiculousfish2012-05-04
* Make gettext function use echo instead of printf to save a forkGravatar ridiculousfish2012-04-25
* Removed extra newline from Goodbye outputGravatar ridiculousfish2012-04-25
* Clean up __fish_config_interactive a little bitGravatar ridiculousfish2012-04-24
* Improve fork reportingGravatar ridiculousfish2012-04-24
* Merge branch 'master' into CPlusPlusGravatar ridiculousfish2012-04-18
|\
* | Added a fish_update_completions function to run the manpage completion fileGravatar ridiculousfish2012-04-11