summaryrefslogtreecommitdiff
path: root/gpg-agent.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpg-agent.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpg-agent.org b/gpg-agent.org
index 3ba28c4..02e2d55 100644
--- a/gpg-agent.org
+++ b/gpg-agent.org
@@ -1,8 +1,8 @@
#+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org
-#+BEGIN_SRC sh :tangle no :results silent
-ln -sf $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf
-ln -sf $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol
+#+BEGIN_SRC sh :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash"
+ln -siv $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf
+ln -siv $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol
#+END_SRC