diff options
author | fpi | 2020-04-05 20:00:47 +0200 |
---|---|---|
committer | fpi | 2020-04-05 20:05:48 +0200 |
commit | b5ecda1b673eebb3cb63a7d78bdeadbf14d7d8d9 (patch) | |
tree | 93eaa70303ab460a5a865cf1e8d5461b51a0d53b | |
parent | Add redshift configuration (diff) |
Update symlinks
-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 |