docs(scripts): remove yarn wrapper

It caused more harm than good
This commit is contained in:
Lucien Cartier-Tilet 2025-03-02 14:17:11 +01:00
parent d4ec04f975
commit ec0fe5c43c
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -975,7 +975,3 @@ HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"
#+begin_src sh :tangle ~/.local/bin/wget
/usr/bin/wget --hsts-file="$XDG_DATA_HOME"/wget-hsts "$@"
#+end_src
#+begin_src sh :tangle ~/.local/bin/yarn
/usr/bin/yarn --use-yarnrc "$XDG_CONFIG_HOME"/yarn/config "$@"
#+end_src