chore: enhance devcontainer setup with command history and GPG signing scripts

This commit is contained in:
Denys Vuika
2026-07-08 12:45:06 +00:00
parent 4b27f9978d
commit e23950338c
4 changed files with 24 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
if [ -f .git/signing.pub ]; then
gpg --import .git/signing.pub
fi