Added solar autocomplete to bashrc
This commit is contained in:
parent
3fdea06486
commit
7c3a45a114
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user