mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 052412189a into 5667161d49
This commit is contained in:
commit
64e1601cd1
2 changed files with 1208 additions and 0 deletions
1203
custom/plugins/puppet/_puppet
Normal file
1203
custom/plugins/puppet/_puppet
Normal file
File diff suppressed because it is too large
Load diff
5
custom/plugins/puppet/puppet.plugin.zsh
Normal file
5
custom/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