From 2755574e86bafb5129516ff0af5ccb5228bfb57d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Santoro?= Date: Thu, 26 Oct 2017 19:40:13 +0000 Subject: [PATCH] Set regular prompt --- roles/core/shell/files/dot.zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/core/shell/files/dot.zshrc b/roles/core/shell/files/dot.zshrc index 24ee76a..cbbcc50 100644 --- a/roles/core/shell/files/dot.zshrc +++ b/roles/core/shell/files/dot.zshrc @@ -12,6 +12,7 @@ # # :: Completions # :: History +# :: Prompt # :: Background jobs # :: Compatibility with csh # :: SSH @@ -47,6 +48,12 @@ SAVEHIST=10000 setopt appendhistory # ------------------------------------------------------------- +# Prompt +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +prompt='%B%/%b ] ' + +# ------------------------------------------------------------- # Background jobs # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.11.4.GIT