dev(makefile): hide prompt info on dev sh env
This commit is contained in:
parent
51a688c0c0
commit
216e86d96e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue