summaryrefslogtreecommitdiff
path: root/labsrv01/zsh-config.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'labsrv01/zsh-config.zsh')
-rw-r--r--labsrv01/zsh-config.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/labsrv01/zsh-config.zsh b/labsrv01/zsh-config.zsh
index 8ef8747..a1039a4 100644
--- a/labsrv01/zsh-config.zsh
+++ b/labsrv01/zsh-config.zsh
@@ -43,3 +43,6 @@ prompt_themes+=( gentoo )
# Use the gentoo prompt
prompt gentoo
+
+# Make sure GPG & SSH keys are properly imported
+systemctl --user start --wait manage-secrets.service 2>/dev/null || true