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