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: