[meta] Allow for a user that isn't me

pull/28/head
Alpha Chen 10 years ago
parent e4aa0cda1e
commit cdb1ee6511

@ -9,5 +9,5 @@
dest: "{{ ansible_env.HOME}}/.{{ item }}"
state: link
with_lines: ls ~/.zprezto/runcoms | grep -v README.md
- command: chsh -s zsh alpha
- command: chsh -s zsh {{ ansible_env.USER }}
sudo: True

Loading…
Cancel
Save