chore(dev): print dev help cmd for nicer startup
This commit is contained in:
parent
191d46f64a
commit
ec1b6d985c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue