.zshrc: Fix ansible hosts environment variable

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-05-09 18:22:32 +03:00
parent 45f14fee92
commit ffe79e3a0b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -60,7 +60,7 @@ export EDITOR=vim
export PAGER=less
# look for Ansible hosts file in current directory
export ANSIBLE_INVENTORY=hosts
export ANSIBLE_HOSTS=hosts
# look for Node binaries in current directory
# if we have npm, we probably want to use npm binaries