From b958e617e7477f7ed3665d92b04683d47bb07dd5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 14 May 2022 12:06:55 -0400 Subject: [PATCH] Retouch the backlink script --- zshrc.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.org b/zshrc.org index ff576db..e861bc4 100644 --- a/zshrc.org +++ b/zshrc.org @@ -211,10 +211,10 @@ setup-pi-webcam() BIG FAT WARNING: this needs to specify an actual file as a destination (similar to ln) adding a directory would not work. #+begin_src sh - lb() + bl() { mv $1 $2 - ln -s $2 $1 + ln $2 $1 } #+end_src *** konsole helpers :daily: