From 92d0994aafd022141fcb8f2ebf744c27635183cf Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 12 Jan 2017 09:09:41 +0000 Subject: [PATCH] back to zsh --- ansible/vagrant.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/vagrant.yml b/ansible/vagrant.yml index 52d0a2b..adb42ff 100644 --- a/ansible/vagrant.yml +++ b/ansible/vagrant.yml @@ -1,3 +1,4 @@ +# vim:ft=ansible --- - hosts: all @@ -104,12 +105,12 @@ - name: export variables lineinfile: - dest=~/.xonshrc + dest=~/.zshrc line='{{ item }}' with_items: - - $PYTHONIOENCODING = 'UTF-8' - - $LC_ALL = 'C.UTF-8' - - $SSL_CERT_FILE = '/etc/ssl/certs/ca-certificates.crt' + - export PYTHONIOENCODING=UTF-8 + - export LC_ALL=C.UTF-8 + - export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt - name: no git colors command: git config --global color.ui false