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

4 commits

Author SHA1 Message Date
Matt Hamilton be24df6e8d add pacown and pacblame aliases 2015-12-17 11:28:30 -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 56c5d51ab8 add pacman documentation 2015-12-15 03:00:26 -05:00
Matt Hamilton 3a62391e0e initial commit 2015-12-15 00:12:17 -05:00