summaryrefslogtreecommitdiff
path: root/rofi.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rofi.org5
1 files 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