Skip to content

Commit 7817d65

Browse files
committed
Export SVT_DEV_SHELL env var in dev-shell.sh
1 parent e3735fa commit 7817d65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev-shell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [ $? -ne 0 ]; then
3636
exit 1
3737
fi
3838

39+
export SVT_DEV_SHELL=1
3940
echo -ne "\033]0;dev-shell: $SVT_SECRET_PROJECT\007" # Set window title
4041
print_fancy "*** Dev shell ready ***"
4142
print_fancy "Project: $SVT_SECRET_PROJECT"

0 commit comments

Comments
 (0)