Skip to content

Commit 66655bc

Browse files
add gpg tty export
1 parent c9c978c commit 66655bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ git switch -
4444
git merge $UPDATE_BRANCH -m "Merge default files from $REPO"
4545
echo "$REPO template complete"
4646

47+
echo "adding gpg tty to zshrc"
48+
echo 'export GPG_TTY=$(tty)' >> ~/.zshrc
49+
echo "added gpg tty to zshrc"
50+
4751
echo "running make config"
4852
source ~/.zshrc
4953
echo "sourced .zshrc"

0 commit comments

Comments
 (0)