We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c978c commit 66655bcCopy full SHA for 66655bc
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -44,6 +44,10 @@ git switch -
44
git merge $UPDATE_BRANCH -m "Merge default files from $REPO"
45
echo "$REPO template complete"
46
47
+echo "adding gpg tty to zshrc"
48
+echo 'export GPG_TTY=$(tty)' >> ~/.zshrc
49
+echo "added gpg tty to zshrc"
50
+
51
echo "running make config"
52
source ~/.zshrc
53
echo "sourced .zshrc"
0 commit comments