mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add commonly used aliases:
* 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.
This commit is contained in:
parent
911310f2c2
commit
06c31ac969
1 changed files with 5 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
||||||
alias pa='puppet apply'
|
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