Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit dd54841

Browse files
committed
Remove iterm coloring by default and support zsh
1 parent 8700516 commit dd54841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sandbox/playgrounds/default.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
dt_load {{SBNAME_mongo}} --quiet
1010
dt_load {{SBNAME_cs_server}}
11-
if [ "$1" == start ]; then
11+
if [ "$1" = start ]; then
1212
cs_api-cloud-services start
13-
elif [ "$1" == stop ]; then
13+
elif [ "$1" = stop ]; then
1414
cs_api-cloud-services stop
1515
fi
1616
cd $CSBE_TOP
1717

1818
# uncomment these if you use iterm2 and want to colorize your tabs
19-
. $DT_TOP/lib/iterm2-utils.sh
20-
it2_tab_rgb `basename ${BASH_SOURCE[0]}` 200 45 45
19+
# . $DT_TOP/lib/iterm2-utils.sh
20+
# it2_tab_rgb csbe 200 45 45
2121

2222
echo "
2323
Use the 'cs_api-cloud-services' init script to control all services at once.

0 commit comments

Comments
 (0)