dev(makefile): hide prompt info on dev sh env

This commit is contained in:
RhodeCode Admin 2024-03-01 11:43:04 +01:00
parent 51a688c0c0
commit 216e86d96e

View file

@ -111,7 +111,7 @@ dev-sh:
curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
@echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc @echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
@echo "${RC_DEV_CMD_HELP}" @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 .PHONY: dev-cleanup