diff options
Diffstat (limited to '')
-rw-r--r-- | redshift.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redshift.org b/redshift.org index bd463bf..5003528 100644 --- a/redshift.org +++ b/redshift.org @@ -61,6 +61,6 @@ lon=9.732010 ** Symlink - #+BEGIN_SRC sh :tangle no - ln -sf $(pwd)/tangle/redshift.conf ~/.config/ + #+BEGIN_SRC sh :tangle tangle/symlink.sh :shebang "#!/bin/bash" + ln -siv $(pwd)/tangle/redshift.conf ~/.config/ #+END_SRC |