From 10f93011492c06263043e9c7b4d91adf89a9ddb2 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sat, 12 Oct 2019 22:41:48 -0600 Subject: Add prompt.zsh changes from euclid --- base/zsh/prompt.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base') diff --git a/base/zsh/prompt.zsh b/base/zsh/prompt.zsh index 2e4dca9..1918298 100644 --- a/base/zsh/prompt.zsh +++ b/base/zsh/prompt.zsh @@ -1,5 +1,7 @@ if [[ `tty | sed -ne "\_^/dev/tty[0-9]*_p"` ]]; then PROMPT='%F{0}%B[ %F{6}%b%M %B%1~ %F{0}]%(!.#.$)%f%b ' +elif [[ "$COOL_RETRO_TERM" ]]; then + PROMPT='%F{0}%B %B%1~ %F{0}%(!.#.$)%f%b ' else autoload -U promptinit && promptinit prompt pure -- cgit v1.2.3-70-g09d2