mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add auto-completion and aliases for Puppet:
The plugin auto-completes the puppet sub-commands when you press <TAB>, this displays the sub-commands and a little help text. Once you select the sub-command, if you press <TAB> again, then options are displayed, again with a little help text. Added some common aliases for puppet commands.
This commit is contained in:
parent
df5b09e20b
commit
e0bfc56a7f
2 changed files with 1208 additions and 0 deletions
1203
plugins/puppet/_puppet
Normal file
1203
plugins/puppet/_puppet
Normal file
File diff suppressed because it is too large
Load diff
5
plugins/puppet/puppet.plugin.zsh
Normal file
5
plugins/puppet/puppet.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
alias pa='puppet agent'
|
||||
alias pat='puppet agent -t'
|
||||
alias patnp='puppet agent -t --noop'
|
||||
|
||||
alias pap='puppet apply'
|
||||
Loading…
Add table
Add a link
Reference in a new issue