Added solar autocomplete to bashrc

This commit is contained in:
Jedrzej Nowak 2015-10-23 20:35:49 +02:00
parent 3fdea06486
commit 7c3a45a114

View File

@ -6,3 +6,10 @@
# Setup development env for solar
- shell: pip install -e . chdir=/vagrant/solar
- shell: pip install -e . chdir=/vagrant/solard
- hosts: all
tasks:
- lineinfile:
dest: /home/vagrant/.bashrc
line: eval "$(_SOLAR_COMPLETE=source solar)"
state: present