about summary refs log tree commit diff stats
path: root/core/conf/skel/.profile
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-08-22 16:35:00 +0100
committerSilvino Silva <silvino@bk.ru>2016-08-22 20:08:05 +0100
commit1ac5f126bf1b3f2e18001dab8b9f2ae6255309cf (patch)
tree0383468088621583e29e1e8be1fdeeceb3ec0d14 /core/conf/skel/.profile
parent05c1ad5f7378e421f8ea06fb55e44ec773f0f055 (diff)
downloaddoc-1ac5f126bf1b3f2e18001dab8b9f2ae6255309cf.tar.gz
first doc core os revision
Diffstat (limited to 'core/conf/skel/.profile')
-rw-r--r--core/conf/skel/.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/conf/skel/.profile b/core/conf/skel/.profile
new file mode 100644
index 0000000..58f821e
--- /dev/null
+++ b/core/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"