about summary refs log tree commit diff stats
path: root/conf/skel/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'conf/skel/.profile')
-rw-r--r--conf/skel/.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/skel/.profile b/conf/skel/.profile
new file mode 100644
index 0000000..58f821e
--- /dev/null
+++ b/conf/skel/.profile
@@ -0,0 +1,6 @@
+export GPG_AGENT_INFO  # the env file does not contain the export statement
+export SSH_AUTH_SOCK   # enable gpg-agent for ssh
+
+export GPGKEY=EE29B7D3
+
+alias prodtmux="ssh prod -t tmux a"