aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* 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
* Minor tweaks to initial keybinding loadGravatar Kevin Ballard2014-10-02
* Manpage completions: store in $XDG_DATA_HOMEGravatar David Adam2014-09-29
* __fish_print_hostnames: use awk to process ssh_config filesGravatar David Adam2014-09-29
* __fish_complete_path: add new completion, mimics builtin path completionGravatar David Adam2014-09-29
* Add Meta+H as keybinding for man page.Gravatar Konrad Borowski2014-09-28
* Revert "math.fish: support floating-point maths"Gravatar David Adam2014-09-27
* math.fish: support floating-point mathsGravatar David Adam2014-09-27
* Fix emacs completion on OS XGravatar lledey2014-09-24
* Only print fish_greeting for interactive shellsGravatar Kevin Ballard2014-09-21
* Reset fish_bind_mode when changing fish_key_bindingsGravatar Kevin Ballard2014-09-18
* Ignore "host", "hostname", and hostname wildcardsGravatar Michael Stillwell2014-09-16
* Ensure `type` still works if $IFS is unsetGravatar Kevin Ballard2014-09-08
* Suppress PATH errors in sudo tab-completionGravatar Kevin Ballard2014-09-04
* Fix F1 binding to work with multiple tokens.Gravatar Konrad Borowski2014-08-30
* Fix fish_vi_mode.fishGravatar Nikolai Aleksandrovich Pavlov2014-08-29
* Make the `alias` built-in function work betterGravatar Kevin Ballard2014-08-22
* Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa...Gravatar ridiculousfish2014-08-21
|\
* | Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15
* | Make __fish_print_users work on OS X via dsclGravatar ridiculousfish2014-08-12
* | Add support for toor account.Gravatar Konrad Borowski2014-07-30
* | Fix umask function regexGravatar David Xia2014-07-29
| * type: Restore combined flags behaviorGravatar Kevin Ballard2014-07-14
| * command: Rename -p/--path flag to -s/--searchGravatar Kevin Ballard2014-07-13
| * type: Stop claiming `grep` is a functionGravatar Kevin Ballard2014-07-13