From e132845e30c657eeea84d9c25a15eae9ae56cbac Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 9 Sep 2019 21:24:48 +0200 Subject: [PATCH] Feat: Replace zsh with prompt in manioc --- Manioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manioc.yml b/Manioc.yml index e59221e..087abfe 100644 --- a/Manioc.yml +++ b/Manioc.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