aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Only pass the command name to command-not-foundGravatar ridiculousfish2015-04-20
* Switch back to insert mode after executing a command in vi modeGravatar ridiculousfish2015-04-08
* Fix funcsave to not delete the function it just createdGravatar ridiculousfish2015-04-06
* Fix #1978:"ul: unknown escape sequence" when asking for helpGravatar Sanne Wouda2015-04-04
* __fish_complete_python: fix regex to be POSIX-compatibleGravatar David Adam2015-03-30
* Revert "__fish_config_interactive: warn users that fishd is going away"Gravatar David Adam2015-03-30
* __fish_config_interactive: warn users that fishd is going awayGravatar David Adam2015-03-26
* abbr: coalesce multiple arguments to --addGravatar David Adam2015-03-13
* systemctl completions: Only list matching units on enable/disableGravatar Fabian Homborg2015-03-06
* systemctl completions: Add more unit types and commandsGravatar Fabian Homborg2015-03-06
* systemctl completions: Support user-modeGravatar Fabian Homborg2015-03-06
* isatty: use command test instead of redirectionsGravatar David Adam2015-02-01
* isatty: revert to previous behaviourGravatar David Adam2015-02-01
* Add command-not-found handler for Arch LinuxGravatar T. Jameson Little2015-01-30
* Add function to ouput hg branch and status for a promptGravatar LoveIsGrief2015-01-30
* default key bindings: ignore FocusIn/FocusOut control sequencesGravatar David Adam2015-01-30
* Fix not found handler for fedoraGravatar Max Gonzih2015-01-18
* Clean up recent fix for #1892Gravatar ridiculousfish2015-01-17
* Ignore error message when not on a Gentoo systemGravatar Jelte Fennema2015-01-17
* Don't define unnamespaced internal function.Gravatar Konrad Borowski2015-01-17
* Fix: eval should preserve previous $status if the evaluated block does not ch...Gravatar Jorge Bucaran2015-01-17
* Add more expository comments to eval, and remove a useless parameterGravatar ridiculousfish2015-01-07
* Change fish_paginate to paginate both stdout and stderr.Gravatar Andreas Heiduk2014-12-28
* Support nixos command-not-found handlerGravatar Max Gonzih2014-12-22
* Added `export` alias for set global variable, made for sh/bash/zsh compatibilityGravatar Rack Lin2014-12-01
* Update various strings for translation, avoid _ for non-translationsGravatar David Adam2014-11-25
* grep.fish: don't set GREP_COLORGravatar David Adam2014-11-25
* grep.fish: don't use GREP_OPTIONS as it is deprecatedGravatar David Adam2014-11-25
* __fish_config_interactive: send CWD via escapes in Apple TerminalGravatar David Adam2014-11-20
* __fish_urlencode: rework to behave properly on BSD/OS XGravatar David Adam2014-11-20
* abbr.fish: escape the output of abbr --showGravatar David Adam2014-11-16
* abbr.fish: improve support for corner casesGravatar David Adam2014-11-16
* abbr/web_config: support space-delimited abbreviationsGravatar David Adam2014-11-15
* __fish_print_packages: add support for zypperGravatar David Adam2014-11-13
* __fish_systemctl_*: use systemctl to generate the list of unitsGravatar David Adam2014-11-10
* Clean up vared error message outputGravatar ridiculousfish2014-11-09
* Remove pre-1.22 migration support in fish_config_interactiveGravatar ridiculousfish2014-11-09
* vi bindings: add CTRL-C handler in default modeGravatar Jared Grubb2014-10-31
* history: put the output through the pager in interactive modeGravatar David Adam2014-10-26
* prompt_pwd: Use tilde expansion to get real full home pathGravatar David Adam2014-10-26
* Allow funced to retry on errorGravatar ridiculousfish2014-10-17
* ls: find and use various dircolors initialisation files, if they existGravatar David Adam2014-10-17
* A little extra tweaking so builtin_print_help looks betterGravatar Kevin Ballard2014-10-10
* Rewrite __fish_print_help to produce better resultsGravatar Kevin Ballard2014-10-09
* Support -h/--help with `eval`Gravatar Kevin Ballard2014-10-09
* Rewrite `abbr` functionGravatar Kevin Ballard2014-10-07
* abbr.fish: add abbr, a command to manipulate abbreviationsGravatar David Adam2014-10-05
* Clean up prompt_pwd with the new function -V flagGravatar Kevin Ballard2014-10-02
* Update psub for the new --inherit-variable flagGravatar Kevin Ballard2014-10-02
* # This is a combination of 2 commits.Gravatar Kevin Ballard2014-10-02