aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Keybinding of \ew and \ed: Insert a newline before displaying infoGravatar Cheer Xiao2013-01-07
* Re-enable alias redefinitionGravatar lledey2013-01-07
* make 'alias' check for recursive calls and insert 'command'; update docs, fix...Gravatar Jan Kanis2013-01-01
* Teach help how to not drop fragments on OS XGravatar ridiculousfish2012-12-27
* Teach help how to go to the web if documentation is not installedGravatar ridiculousfish2012-12-27
* Teach fish_print_commands how to use __fish_datadirGravatar ridiculousfish2012-12-27
* FormattingGravatar ridiculousfish2012-12-26
* add __fish_print_commands and use it for helpGravatar David Adam (zanchey)2012-12-26
* Make meta-backspace less aggressive about what it deletesGravatar ridiculousfish2012-12-20
* A quick fix to issue #456.Gravatar Cheer Xiao2012-12-17
* Fix man completion: suppress stderr of apropsGravatar Cheer Xiao2012-12-16
* Fix to make fish_command_not_found_handler run the first timeGravatar ridiculousfish2012-12-11
* Attempt to delay looking up command-not-found until the first not-found comma...Gravatar ridiculousfish2012-12-11
* fix typo in hostname completionGravatar David Adam (zanchey)2012-12-10
* Fixed test statement in binding for Alt-DGravatar Siteshwar Vashisht2012-12-05
* use sgrep instead of grepGravatar David Adam (zanchey)2012-11-27
* use getent for hosts if available, otherwise use more resilient processing of...Gravatar David Adam (zanchey)2012-11-27
* use getent for passwd and group if availableGravatar David Adam (zanchey)2012-11-27
* Merge branch 'master' into fix-indentation-mergeGravatar ridiculousfish2012-11-18
|\
| * Default fish_pager_color_description to '555 yellow'Gravatar ridiculousfish2012-11-18
* | Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|/
* Optimize staged logicGravatar Terje Larsen2012-11-17
* Use double-dollar vars for dynamic variablesGravatar Terje Larsen2012-11-17
* Add configurable status signs againGravatar Terje Larsen2012-11-17
* Fix uniqueness and escape question-marksGravatar Terje Larsen2012-11-17
* Fix: args -> argv in __fish_git_promptGravatar Sławek Piotrowski2012-11-14
* Improve the git promptGravatar Terje Larsen2012-10-20
* Removed backwards compatibility check for fish_user_keybindingsGravatar ridiculousfish2012-10-20
* Normalized some inconsistent whitespace.Gravatar Nate Soares2012-10-20
* Revive support for fish_user_keybindingsGravatar Nate Soares2012-10-20
* added missing underscoreGravatar Nate Soares2012-10-20
* keybindings → key_bindings (for consistency)Gravatar Nate Soares2012-10-20
* Added terlar's prompt, and robbyrussell which was inadvertently omittedGravatar ridiculousfish2012-10-15
* Facelift for pacman completions.Gravatar SanskritFritz2012-10-02
* Package groups were completed as repos. Fixed.Gravatar SanskritFritz2012-10-02
* fix outputGravatar maxfl2012-09-22
* Improve documentation and error reporting for elseif.Gravatar ridiculousfish2012-09-01
* Fix check for non-empty argument (= initial tab) in fish_configGravatar Torsten Grust2012-08-30
* Use xdg-open instead of BROWSER, if availableGravatar ridiculousfish2012-08-25
* Disable file completion descriptions per https://github.com/fish-shell/fish-s...Gravatar ridiculousfish2012-08-15
* Get rid of 'nothing appropriate' output when completing.Gravatar maxfl2012-08-04
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
* Fix showupstream behavior in __fish_git_promptGravatar Kevin Ballard2012-07-26
* Minor refactoring and fixed a bug in history functionGravatar Siteshwar Vashisht2012-07-24
* Update __fish_git_prompt.fish to handle git-svn betterGravatar Kevin Ballard2012-07-13
* Fix for https://github.com/fish-shell/fish-shell/issues/218Gravatar ridiculousfish2012-07-09
* 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