aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_config_interactive.fish
Commit message (Collapse)AuthorAge
...
* Allow fish_greeting to be NULL or an arrayGravatar James Vega2010-11-24
| | | | | | | | | | | Treat fish_greeting as a whole when show up the greeting messages. And the user may want to set fish_greeting to an null value or an array. This requires that the variable be quoted when used as an argument for switch in __fish_config_interactive. Signed-off-by: James Vega <jamessan@debian.org> [modified the commit message] Signed-off-by: Grissiom <chaos.proton@gmail.com>
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
| | | | darcs-hash:20090216210450-ac50b-9b4f7c5bf45afaf21d51e46ff8c2b11d171fcbf2.gz
* Search for command-not-found in PATH on startup, since older implementations ↵Gravatar liljencrantz2008-01-15
| | | | | | place it there darcs-hash:20080115122953-75c98-05ef8cb650a942c59dfa35aa63b25ccd49614dde.gz
* Oops. Made a minor but important typo in previous cleanup patch. :-(Gravatar liljencrantz2008-01-15
| | | | darcs-hash:20080115004050-75c98-3f7f733cca054d8685ec5df68d6467057ea5be53.gz
* Drop minor typo, add a few code commentsGravatar liljencrantz2008-01-15
| | | | darcs-hash:20080114225828-75c98-f67f17d7f3148b0bcc74ea53536d52da80667e55.gz
* Add support for the Ubuntu 'command-no-found' handler, which suggests a ↵Gravatar liljencrantz2008-01-15
| | | | | | package to install in order to get a command. darcs-hash:20080114223124-75c98-ab1658d54086394cf13f3a6210543c0b790362c4.gz
* Add check for existance of fish_greeting variableGravatar liljencrantz2008-01-13
| | | | darcs-hash:20080112185319-75c98-3b5231b1a956c94e8800dae033f3672622104340.gz
* Fix spelling, thanks to Chris RebertGravatar liljencrantz2008-01-13
| | | | darcs-hash:20080112184042-75c98-1f776d6f099003efd9a0c4ed45100c3a02e80e19.gz
* Only set various startup defaults once. Even if the user removes them, do ↵Gravatar liljencrantz2008-01-09
| | | | | | not try to reset them. darcs-hash:20080108161856-75c98-7d228f7a0c62aa8be74f66ce72d0cadbc3030f5d.gz
* Only set the fish greeting variable on the very first startupGravatar liljencrantz2008-01-09
| | | | darcs-hash:20080108152708-75c98-d1aa82fbcf070b74f402a6b33e687ccf615fb104.gz
* Fix bug in key binding code causing unneeded error messagesGravatar liljencrantz2007-10-31
| | | | darcs-hash:20071031091503-75c98-3ab5786c1f991e4ea37c33b76823a487f25fab64.gz
* Actually make the previously defined function for reloading key bindings on ↵Gravatar liljencrantz2007-10-01
| | | | | | chage of function into an event handler as intended... darcs-hash:20070930225557-75c98-284157fbbc56effe781bf26c21499a8e5586e563.gz
* Remove readline legacy input function 'winch' and replace its functionality ↵Gravatar liljencrantz2007-10-01
| | | | | | with an event handler function. Once again make the null keybinding do nothing. There are various sitauations where you want to perform a repaint at just the right time, and more or less by luck it worked very well to do this on null, but this really shouldn't happen and no longer does. Hopefully if new repainting issues turn up, they can be fixed at the root instead of once again reapplying this broken bandaid. darcs-hash:20070930225354-75c98-8e2b518aa0ef694cee889c1c599ff4f158d9eb7f.gz
* Ignore errors when autoloading keybindingsGravatar liljencrantz2007-09-29
| | | | darcs-hash:20070928213741-75c98-8339e7f5f5b465af315efd606fe866624f958320.gz
* First stab at dropping all support for readlines inputrc files and instead ↵Gravatar liljencrantz2007-09-26
| | | | | | using an internal system for performing keybinding. darcs-hash:20070925161447-75c98-1feaef88a4b518badb7879f598f06ab650a8f93b.gz
* Remove a few calls to the test command in favour of the switch builtin to ↵Gravatar liljencrantz2007-09-23
| | | | | | speed statup up darcs-hash:20070922190734-75c98-0e63a0ed6685edc2c9aa941f0b26c14466c7af6a.gz
* Clean up interactive mode init a bit. Move a few utility functions to their ↵Gravatar liljencrantz2007-09-22
| | | | | | own files. darcs-hash:20070921205212-75c98-b8b6f88e151e8d0d2fca21626bf8e36a22c565b1.gz
* Add a 'generic' type of event that can be emited from any piece of code or ↵Gravatar liljencrantz2007-08-20
by the user. Use this event layer to perform interactive configuration startup at the correct time. darcs-hash:20070819164230-75c98-f91b8a73de7bbbb500d80770ddf4d2d46ae592cc.gz