index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
share
/
functions
/
__fish_config_interactive.fish
Commit message (
Expand
)
Author
Age
...
*
added missing underscore
Nate Soares
2012-10-20
*
keybindings → key_bindings (for consistency)
Nate Soares
2012-10-20
*
Disable default fish_pager_color_secondary
maxfl
2012-06-29
*
Step coloring for fish_pager introduces new variable
maxfl
2012-06-29
*
Fix var set in __fish_config_interactive.fish
Kevin Ballard
2012-06-24
*
Switched from using 'type' to 'functions --query' since it's a lot cheaper
ridiculousfish
2012-06-10
*
Introduced fish_user_keybindings
adisbladis
2012-06-10
*
Updated "last run version" to __fish_init_1_50_0. Updated colors for non term...
ridiculousfish
2012-06-05
*
Missing -s to which fixed
adisbladis
2012-05-30
*
Tweak a few default colors
ridiculousfish
2012-05-29
*
Fix to stop setting a default CDPATH
ridiculousfish
2012-05-05
*
Removed extra newline from Goodbye output
ridiculousfish
2012-04-25
*
Clean up __fish_config_interactive a little bit
ridiculousfish
2012-04-24
*
Improve fork reporting
ridiculousfish
2012-04-24
*
Added some missing calls to setup_fork_guards() in utilities.
ridiculousfish
2012-03-07
*
Added color.h, color.cpp. Got term256 colors working.
ridiculousfish
2012-02-12
*
Added autosuggestion color variable fish_color_autosuggestion
ridiculousfish
2012-02-06
*
Allow fish_greeting to be NULL or an array
James Vega
2010-11-24
*
remove trialing spaces #2
Grissiom
2010-09-18
*
Add possibility to define greeting function, suggested by Chris Miller
axel
2009-02-17
*
Search for command-not-found in PATH on startup, since older implementations ...
liljencrantz
2008-01-15
*
Oops. Made a minor but important typo in previous cleanup patch. :-(
liljencrantz
2008-01-15
*
Drop minor typo, add a few code comments
liljencrantz
2008-01-15
*
Add support for the Ubuntu 'command-no-found' handler, which suggests a packa...
liljencrantz
2008-01-15
*
Add check for existance of fish_greeting variable
liljencrantz
2008-01-13
*
Fix spelling, thanks to Chris Rebert
liljencrantz
2008-01-13
*
Only set various startup defaults once. Even if the user removes them, do not...
liljencrantz
2008-01-09
*
Only set the fish greeting variable on the very first startup
liljencrantz
2008-01-09
*
Fix bug in key binding code causing unneeded error messages
liljencrantz
2007-10-31
*
Actually make the previously defined function for reloading key bindings on c...
liljencrantz
2007-10-01
*
Remove readline legacy input function 'winch' and replace its functionality w...
liljencrantz
2007-10-01
*
Ignore errors when autoloading keybindings
liljencrantz
2007-09-29
*
First stab at dropping all support for readlines inputrc files and instead us...
liljencrantz
2007-09-26
*
Remove a few calls to the test command in favour of the switch builtin to spe...
liljencrantz
2007-09-23
*
Clean up interactive mode init a bit. Move a few utility functions to their o...
liljencrantz
2007-09-22
*
Add a 'generic' type of event that can be emited from any piece of code or by...
liljencrantz
2007-08-20
[prev]