1
0
Fork 0
mirror of synced 2024-06-22 16:31:09 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Matt Hamilton 8e4fc03038 update completion docs to reflect zmodules order 2015-12-17 03:06:12 -05:00
Matt Hamilton 01838f0083 add compdef for pacman aliases
The recommended order for the module loading has been changed. The last
module to be loaded should be 'completion'. This ensures all completions
set by other modules are dumped and included in the completion.
Because of this, any compdefs like this one (making the pacman aliases
use pacman completion) must be set in the compdefs.zsh file, and loaded
with the completion module. This means the compdefs must be wrapped with
conditional statements to ensure such aliases/functions have been set by
previous modules. I may abstract this conditional to a function in the
future to make this an easier process.
2015-12-17 03:06:12 -05:00
Matt Hamilton 2f9b8437e2 It is probably better to prepend ranther than append 2015-12-16 14:56:54 -05:00
Matt Hamilton 02fbd3d582 correct markdown link format 2015-12-15 02:30:31 -05:00
Matt Hamilton 3141d29d25 add completion documentation 2015-12-15 02:07:30 -05:00
Matt Hamilton 3a62391e0e initial commit 2015-12-15 00:12:17 -05:00