mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-16 11:36:16 +08:00
changed alias atest to ates, because it collides with existing binary atest
This commit is contained in:
parent
126f65874f
commit
3d6c3c1e55
@ -21,7 +21,7 @@ plugins=(... ansible)
|
||||
| `ainv` | command `ansible-inventory` |
|
||||
| `aplb`, `aplaybook` | command `ansible-playbook` |
|
||||
| `apull` | command `ansible-pull` |
|
||||
| `atest` | command `ansible-test` |
|
||||
| `ates` | command `ansible-test` |
|
||||
| `aval` | command `ansible-vault` |
|
||||
|
||||
## Maintainer
|
||||
|
||||
@ -8,5 +8,5 @@ alias ainv='ansible-inventory '
|
||||
alias aplaybook='ansible-playbook ' # this long version of the playbook alias is kept for backwards compatibility
|
||||
alias aplb='ansible-playbook ' # cannot use aplay because of collision with 'aplay' command for playing audio files
|
||||
alias apull='ansible-pull '
|
||||
alias atest='ansible-test '
|
||||
alias ates='ansible-test '
|
||||
alias aval='ansible-vault '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user