From 074b56ba302b429c89cf1c597c520e87664c683f Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 9 Nov 2020 07:30:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebase.zsh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.zsh b/base.zsh index 54879fd..bf72fe9 100644 --- a/base.zsh +++ b/base.zsh @@ -1,9 +1,10 @@ # Set up the prompt +autoload -U colors && colors autoload -Uz promptinit promptinit #prompt adam1 -PROMPT='%n@%m: %~ $ ' +PS1="%{$fg[green]%}%n@%m: %{$fg[blue]%}%~ %{$reset_color%}% $ " setopt histignorealldups sharehistory setopt autocd