aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Fix crash when /etc/{fstab,hosts} is unreadable.Gravatar Kenneth Vestergaard2013-02-20
|
* Large set of changes to how PATH is handled. Changed fish to no longer ↵Gravatar ridiculousfish2013-02-19
| | | | | | modify PATH in share/config.fish. Introduced variable fish_user_paths, and a glue function __fish_reconstruct_path that splices together PATH with fish_user_paths. Changed fish to no longer validate changes to PATH unless the paths are new (i.e. don't recheck what's already there). Modified certain sets to store const wchar_t instead of wcstring to save a few allocations. https://github.com/fish-shell/fish-shell/issues/527
* small tweak to alias.fish: always add some prefix if in danger of infinite ↵Gravatar Jan Kanis2013-02-19
| | | | recursion
* Move autogenerated completions to ~/.config/fish/generated_completions/Gravatar ridiculousfish2013-02-17
| | | | https://github.com/fish-shell/fish-shell/issues/576
* Add function wrapper for mimedbGravatar ridiculousfish2013-02-17
|
* Add function for fish_indent so that it does not need to be in PATH, in ↵Gravatar ridiculousfish2013-02-13
| | | | preparation for making fish no longer need to set PATH
* Remove some debugging code inadverently left in __fish_complete_cd.fishGravatar ridiculousfish2013-02-11
|
* optimize 'alias', fixing bug #486. Also some minor optimizations in 'type'Gravatar Jan Kanis2013-02-05
|
* Tweak config.fish to only modify PATH once, for performanceGravatar ridiculousfish2013-02-01
|
* Add a newline to prevent a comment from being cut offGravatar ridiculousfish2013-02-01
|
* Add man function to promote fish's man pages so it can serve as a suitable ↵Gravatar ridiculousfish2013-02-01
| | | | replacement for help
* Update share/completions/uname.fishGravatar jonkerz2013-01-31
| | | | Typo: verion --> version
* Make a git variable localGravatar ridiculousfish2013-01-31
|
* commit bc4f3476cded71a096adf46534784cdd84edb913Gravatar ridiculousfish2013-01-30
| | | | | | | | Author: U0 <rhyzix@gmail.com> Date: Wed Jan 30 15:02:23 2013 +0800 add completion support for aliased command Make a variable local
* Fix __fish_git_prompt's upstream indicator for git-svn branchesGravatar Kevin Ballard2013-01-30
|
* Update __fish_git_prompt.fish to use 'else if'Gravatar Kevin Ballard2013-01-30
|
* Try to make Valgrind completion not complain if valgrind is not installedGravatar ridiculousfish2013-01-30
|
* Fix funced to stop outputing an error if no EDITOR is setGravatar ridiculousfish2013-01-27
|
* Clean up man page parser output a bitGravatar ridiculousfish2013-01-27
|
* Fix umask in Linux https://gist.github.com/4627181Gravatar ridiculousfish2013-01-26
|
* Break up $EDITOR before passing it to type to allow it to contain flagsGravatar ridiculousfish2013-01-23
| | | | More work on https://github.com/fish-shell/fish-shell/issues/541
* Allow $EDITOR to be an array. Fixes ↵Gravatar ridiculousfish2013-01-23
| | | | https://github.com/fish-shell/fish-shell/issues/541
* Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521Gravatar ridiculousfish2013-01-21
|
* Use double quotes in eval.fishGravatar Cheer Xiao2013-01-20
|
* FormattingGravatar ridiculousfish2013-01-16
|
* Ajax fix for Firefox, it isn't XML.Gravatar ciembor2013-01-16
|
* Fix proc and pid completion on OS X, and improve it on Linux.Gravatar ridiculousfish2013-01-16
| | | | https://github.com/fish-shell/fish-shell/pull/129
* Make umask work on OS XGravatar ridiculousfish2013-01-12
| | | | https://github.com/fish-shell/fish-shell/issues/515
* Actually add the seq function (oops)Gravatar ridiculousfish2013-01-12
|
* Added a seq function that defers to the seq command if presentGravatar ridiculousfish2013-01-12
| | | | https://github.com/fish-shell/fish-shell/issues/137
* Make create_manpage_completions not generate empty filesGravatar ridiculousfish2013-01-08
| | | | https://github.com/fish-shell/fish-shell/issues/506
* completions for mosh (http://mosh.mit.edu)Gravatar Christian Rishøj2013-01-08
|
* Keybinding of \ew and \ed: Insert a newline before displaying infoGravatar Cheer Xiao2013-01-07
|
* Re-enable alias redefinitionGravatar lledey2013-01-07
| | | | | | Fixes #494 Signed-off-by: lledey <lledey@gmail.com>
* Remove origin/HEAD lines from __fish_git_branches.Gravatar Vincent Driessen2013-01-02
| | | | | Related discussion: http://stackoverflow.com/questions/354312/why-is-origin-head-shown-when-running-git-branch-r
* make 'alias' check for recursive calls and insert 'command'; update docs, ↵Gravatar Jan Kanis2013-01-01
| | | | fix #486
* 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
|
* Apply the same fix to help completion too.Gravatar Cheer Xiao2012-12-17
|
* A quick fix to issue #456.Gravatar Cheer Xiao2012-12-17
|
* Fix spelling of "available" in complete functions.Gravatar Cheer Xiao2012-12-16
|
* Fix man completion: suppress stderr of apropsGravatar Cheer Xiao2012-12-16
|
* Make fish_config compatible with Python 2.5Gravatar Anders Bergh2012-12-12
| | | | | | Try to import parse_qs from the cgi module, and simplejson instead of json. Use old string formatting. str.format() was backported from Python 3 to 2.6 and isn't available in 2.5.
* 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 ↵Gravatar ridiculousfish2012-12-11
| | | | command to speed up startup
* scp completions - describe usernames as usernamesGravatar David Adam (zanchey)2012-12-10
|