diff --git a/script/.local/bin/makepkg b/script/.local/bin/makepkg new file mode 100755 index 0000000..5efe20a --- /dev/null +++ b/script/.local/bin/makepkg @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +RUSTFLAGS="-Clink-arg=-fuse-ld=lld" /usr/bin/makepkg "$@" + diff --git a/script/.local/bin/restart-spotifyd b/script/.local/bin/restart-spotifyd new file mode 100755 index 0000000..f47f84d --- /dev/null +++ b/script/.local/bin/restart-spotifyd @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +systemctl restart --user spotifyd.service +