1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 05:09:25 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
62198b0326 Display full command line on suggestion for the kill command
For the zsh suggestion for the 'kill' command, show full command line
(command: usually with arguments) instead of only the executable name (comm).
2014-10-06 17:03:53 -04:00
fe8f9a9b5b Update external completions 2014-10-05 20:14:25 -04:00
2ebdbdcff5 Update external completions 2013-11-29 20:37:01 -05:00
59e6e7fe8e Update external completions 2013-08-12 21:09:52 -04:00
b42479a7c7 Set WORDCHARS in the editor module 2013-04-25 19:05:07 -04:00
18d239141d Update external completions 2013-04-24 20:50:38 -04:00
5d4282c43d [Fix #347] Move 'users' from tag-order to group-order 2012-12-23 11:27:39 -05:00
e5cfdba26d Update external completions 2012-12-20 19:27:50 -05:00
decf3cd875 Fix auto completion for SSH hosts when saved with a non-standard port 2012-12-20 18:55:52 -05:00
cefac28c58 Update external completions 2012-09-30 17:45:11 -04:00
8cdf06e386 [#255] Use $ZDOTDIR or $HOME 2012-09-03 16:51:32 -04:00
fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
1ea238e276 [Fix #256] Rename .zcache to .zcompcache 2012-09-01 17:58:15 -04:00
3b87a4db48 Update external completions 2012-08-27 18:49:45 -04:00
9a52ecb21b Increase heading readability 2012-08-04 14:48:32 -04:00
060d9064f8 [Fix #202] Load modules all or nothing 2012-08-04 14:32:59 -04:00
a2fcb36e5f Update completion module loading order 2012-06-17 13:34:21 -04:00
b2b90c22f8 Improve diction in documentation 2012-06-02 17:17:12 -04:00
9f0501b140 Move the completion module loading information 2012-05-31 22:18:18 -04:00
075f516763 Clean up READMEs 2012-05-21 20:34:07 -04:00
be2c8decdb Use $HOME instead of ~ 2012-05-20 20:15:34 -04:00
c0f2007646 [Fix #135] Set completion default list-colors 2012-05-20 20:15:34 -04:00
f4909ca507 [#135] Inform of the completion loading order 2012-05-20 20:15:34 -04:00
c24273e4d2 Rename the completion module zstyle 2012-05-20 20:15:12 -04:00
e79fc7a1aa Add IPv6 patterns to ignore list of host completion 2012-05-07 11:56:07 -04:00
5edd663510 [Fix #160] Exclude all words but the current one 2012-05-05 21:59:03 -04:00
e5ec94af42 Check for non-empty files, not just existance 2012-05-05 18:08:25 -04:00
2859204067 [Fix #100] Add documentation for completion 2012-04-13 19:10:02 -04:00
9d8187ba6b Merge completions into functions
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
2012-04-09 17:45:32 -04:00
6233ec6aad [#23] Add a module loading function 2012-04-08 15:07:11 -04:00
92816f6db7 [#23] Convert completion into a module 2012-04-05 13:39:42 -04:00
a7340886b3 [#23] Rename plugins to modules 2012-04-05 13:39:40 -04:00