From c97f6e8dbfab7938a939bb3ca23e99d7357690dd Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 5 Apr 2020 20:00:23 +0200 Subject: Update symlinks --- gnuplot.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnuplot.org') 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 -- cgit v1.2.3