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