mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
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.
5 lines
115 B
Bash
5 lines
115 B
Bash
alias pa='puppet agent'
|
|
alias pat='puppet agent -t'
|
|
alias patnp='puppet agent -t --noop'
|
|
|
|
alias pap='puppet apply'
|