Create script to restart spotifyd quickly and replace add RUSTFLAGS to makepkg.

This commit is contained in:
Érico Rolim 2019-11-01 02:52:00 -03:00
parent 27a417c6a0
commit f63adbcf7d
2 changed files with 8 additions and 0 deletions

4
script/.local/bin/makepkg Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
RUSTFLAGS="-Clink-arg=-fuse-ld=lld" /usr/bin/makepkg "$@"

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
systemctl restart --user spotifyd.service