From 9e8f1389d0cc5a9b07f36834e28c2fac82021608 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 8 Feb 2019 08:28:22 +0100 Subject: [PATCH] Feat: change rpi prompt --- rpi3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi3.yml b/rpi3.yml index e13f6c3..a424d01 100644 --- a/rpi3.yml +++ b/rpi3.yml @@ -9,7 +9,7 @@ tasks: - include: tasks/deb_CLI_packages.yml - - include: tasks/zsh.yml + - include: tasks/prompt.yml - include: tasks/users.yml - include: tasks/sudo.yml - include: tasks/ssh.yml