1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/modules
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
..
archive add archive module 2015-12-16 17:00:25 -05:00
completion add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
directory add directory documentation 2015-12-15 02:07:46 -05:00
environment fix typos 2015-12-15 02:17:37 -05:00
git g.. alias s/echo/print 2015-12-15 20:57:23 -05:00
history add history documentation 2015-12-15 02:47:54 -05:00
history-substring-search note module order for history-substring-search 2015-12-16 18:05:50 -05:00
input fix documentation typo 2015-12-16 17:35:46 -05:00
pacman add compdef for pacman aliases 2015-12-17 03:06:12 -05:00
prompt reword prompt documentation 2015-12-16 17:37:59 -05:00
spectrum re-word spectrum docs for more accurate description 2015-12-16 17:47:46 -05:00
ssh add ssh documentation 2015-12-15 18:36:36 -05:00
syntax-highlighting cross-reference history-substring-search 2015-12-16 18:08:28 -05:00
utility fix utility documentation formatting 2015-12-16 17:51:11 -05:00