From 216e86d96eee3f3c41af266534972fa2005e2ece Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Fri, 1 Mar 2024 11:43:04 +0100 Subject: [PATCH] dev(makefile): hide prompt info on dev sh env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d59ea61..e7112cec 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ dev-sh: curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh @echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc @echo "${RC_DEV_CMD_HELP}" - PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh + @PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh .PHONY: dev-cleanup