1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/modules/completion
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
..
external@c2dde89fb3 initial commit 2015-12-15 00:12:17 -05:00
compdefs.zsh add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
init.zsh add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
README.md correct markdown link format 2015-12-15 02:30:31 -05:00

Completion

Enables and configures smart and extensive tab completion.

Completions are sourced from zsh-completions.

Contributing

Command completions should be submitted upstream to zsh-completions.