archlinux: Remove old yarn prefix

At some point I added this, although now yarn stores all global packages
in .yarn by default, so this isn't necessary.
This commit is contained in:
Donovan Glover 2022-03-23 20:54:13 -04:00
parent f8d10629e5
commit 51f303d09e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,12 +29,10 @@ fontconfig:
@sudo ln -sf /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d
@sudo ln -sf /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d
# 1. Always use emoji (best with the kitty terminal emulator)
# 2. Install global packages to /usr/local
# Always use emoji (best with the kitty terminal emulator)
.PHONY: yarnconfig
yarnconfig:
@yarn config set -- --emoji true
@yarn config set prefix /usr/local
.PHONY: rust
rust: