From 0541443d1f8765bb3b1d745ba9ec0702fb61f76d Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 5 Apr 2020 20:00:52 +0200 Subject: Update symlinks --- rofi.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rofi.org b/rofi.org index ff05d95..f706789 100644 --- a/rofi.org +++ b/rofi.org @@ -1,6 +1,5 @@ -#+begin_src shell :tangle no :results silent -path=$(pwd)/tangle -ln -sf $path/config.rasi ~/.config/rofi/ +#+begin_src shell :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash" +ln -siv $(pwd)/tangle/config.rasi ~/.config/rofi/ #+end_src #+begin_src conf :tangle tangle/config.rasi :eval never -- cgit v1.2.3