##// END OF EJS Templates
dev(makefile): hide prompt info on dev sh env
super-admin -
r5327:0144047b default
parent child Browse files
Show More
@@ -111,7 +111,7 b' dev-sh:'
111 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
111 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
112 @echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
112 @echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
113 @echo "${RC_DEV_CMD_HELP}"
113 @echo "${RC_DEV_CMD_HELP}"
114 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
114 @PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
115
115
116
116
117 .PHONY: dev-cleanup
117 .PHONY: dev-cleanup
General Comments 0
You need to be logged in to leave comments. Login now