summaryrefslogtreecommitdiff
path: root/gnuplot.org
diff options
context:
space:
mode:
authorfpi2020-04-05 20:00:23 +0200
committerfpi2020-04-05 20:03:33 +0200
commitc97f6e8dbfab7938a939bb3ca23e99d7357690dd (patch)
tree500230d028e068b2baaa76880b3dea6bd02299d4 /gnuplot.org
parentAdd gnuplot configuration (diff)
Update symlinks
Diffstat (limited to 'gnuplot.org')
-rw-r--r--gnuplot.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuplot.org b/gnuplot.org
index 2988e22..04973f5 100644
--- a/gnuplot.org
+++ b/gnuplot.org
@@ -2,8 +2,8 @@
#+PROPERTY: header-args:gnuplot :tangle tangle/.gnuplot :eval query
* Symlink
First create a symlink to the desired config location.
-#+begin_src shell :results silent
-ln -s $(pwd)/tangle/.gnuplot ~/
+#+begin_src shell :results silent :tangle tangle/symlink.sh :shebang "#!/bin/bash"
+ln -siv $(pwd)/tangle/.gnuplot ~/
#+end_src
* Main configuration
#+begin_src gnuplot