From 75110a695c01879fcb94b9e1761f4d687f4eb508 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 17 Dec 2017 21:47:22 +0100 Subject: [PATCH] fix chsh --- install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.yml b/install.yml index c8c7bdb..584dfb6 100644 --- a/install.yml +++ b/install.yml @@ -224,6 +224,9 @@ - zsh-syntax-highlighting become: True - shell: creates=~/.oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ; mv .zshrc .zshrc.old + ignore_errors: True + - debug: + msg: "Do not forget to 'chsh /usr/bin/zsh'" - shell: creates=~/.zshrc stow zsh - file: src=~/.zsh/pure/pure.zsh dest=~/.zfunctions/prompt_pure_setup state=link ignore_errors: True