diff --git a/.devcontainer/first-run-notice.txt b/.devcontainer/first-run-notice.txt deleted file mode 100644 index 31a5ab0ec2..0000000000 --- a/.devcontainer/first-run-notice.txt +++ /dev/null @@ -1 +0,0 @@ -šŸš€ Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment. diff --git a/deploy/codespaces/install.sh b/deploy/codespaces/install.sh index 25007d9474..b1234f617b 100755 --- a/deploy/codespaces/install.sh +++ b/deploy/codespaces/install.sh @@ -6,4 +6,4 @@ if [ -z "${CODESPACES}" ]; then exit 0 fi -echo "echo \"šŸš€ Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment.\"" >> ~/.bashrc \ No newline at end of file +echo "printf \"\nšŸš€ Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc \ No newline at end of file