mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
changed alias atest to ates, because it collides with existing binary atest
This commit is contained in:
parent
126f65874f
commit
3d6c3c1e55
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue