diff --git a/Makefile b/Makefile index 507e47f..c250fe7 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ sh: cp -f sh/status $(DESTDIR)$(PREFIX)/bin cp -f sh/cfg $(DESTDIR)$(PREFIX)/bin cp -f sh/repos $(DESTDIR)$(PREFIX)/bin + cp -f sh/fire $(DESTDIR)$(PREFIX)/bin mkc: c/scream c/timer c/boid c/anaconda c/simplestatus c/colors diff --git a/sh/fire b/sh/fire new file mode 100755 index 0000000..60903bf --- /dev/null +++ b/sh/fire @@ -0,0 +1,3 @@ +#!/bin/sh + +HOME="/home/usr/.local/share/firefox" firefox $@