.bashrc: Export Ansible hosts var

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-05 14:43:13 +03:00
parent e50f65976e
commit 19a886ed14
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -28,7 +28,7 @@ HISTIGNORE='ls:bg:fg:history'
PROMPT_COMMAND="$TITLEBAR"
# look for Ansible hosts file in current directory
ANSIBLE_HOSTS=hosts
export ANSIBLE_HOSTS=hosts
# look for Node binaries in current directory
# if we have npm, we probably want to use npm binaries