We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334574 commit e3c07f6Copy full SHA for e3c07f6
1 file changed
src/devcontainers/base/src/.devcontainer/nhsnotify/poststartcommand.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
3
-omz reload
+echo "reload shell"
4
+source ~/.zshrc
5
+echo "reloaded shell"
6
/welcome.sh
0 commit comments