##// END OF EJS Templates
chore(dev): print dev help cmd for nicer startup
super-admin -
r1207:825805aa default
parent child Browse files
Show More
@@ -63,7 +63,8 b' dev-sh:'
63 sudo apt-get install -y zsh carapace-bin
63 sudo apt-get install -y zsh carapace-bin
64 rm -rf /home/rhodecode/.oh-my-zsh
64 rm -rf /home/rhodecode/.oh-my-zsh
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 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
68
69
69
70
General Comments 0
You need to be logged in to leave comments. Login now