diff options
author | fpi | 2020-04-05 20:00:23 +0200 |
---|---|---|
committer | fpi | 2020-04-05 20:03:33 +0200 |
commit | c97f6e8dbfab7938a939bb3ca23e99d7357690dd (patch) | |
tree | 500230d028e068b2baaa76880b3dea6bd02299d4 | |
parent | Add gnuplot configuration (diff) |
Update symlinks
-rw-r--r-- | gnuplot.org | 4 |
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 |