From ec1b6d985c4ca0f94145075d6b946c74495de54e Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Thu, 22 Feb 2024 13:11:18 +0100 Subject: [PATCH] chore(dev): print dev help cmd for nicer startup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac29ce52..3d59ea61 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,8 @@ dev-sh: sudo apt-get install -y zsh carapace-bin rm -rf /home/rhodecode/.oh-my-zsh 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}" PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh