mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
* Renamed alias to allow the more common usage to use the shorter form alias. * Added alias to get catalog from master. * Added alias to test getting catalog from master without actually doing it.
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'
|