diff options
author | Tharre <tharre3@gmail.com> | 2015-09-11 08:50:55 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 457114c10daed77471a51b03f1e0eb4b5c6114c6 (patch) | |
tree | 8161c45b5f73c651ca3511ed064aaabde337aa10 /shell | |
parent | e8baf3d4a812bf6b1266e33b2822abaf5d8c2477 (diff) | |
download | dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.tar.gz dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.tar.xz dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.zip |
gpg: add gpg-agent.conf
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_gnupg/.gitignore | 3 | ||||
-rw-r--r-- | shell/_gnupg/gpg-agent.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/shell/_gnupg/.gitignore b/shell/_gnupg/.gitignore new file mode 100644 index 0000000..e4c06c1 --- /dev/null +++ b/shell/_gnupg/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!gpg-agent.conf diff --git a/shell/_gnupg/gpg-agent.conf b/shell/_gnupg/gpg-agent.conf new file mode 100644 index 0000000..85405bc --- /dev/null +++ b/shell/_gnupg/gpg-agent.conf @@ -0,0 +1 @@ +enable-ssh-support |