relativize shell path in Makefile for compatibility with NixOS and non-standard bash paths

This commit is contained in:
Patrick Callahan 2016-02-24 22:10:20 -07:00
parent e220e2eca9
commit bca448d6ec

View file

@ -1,4 +1,4 @@
SHELL:=/bin/bash -O nullglob
SHELL:=/usr/bin/env bash -O nullglob
XDG_CONFIG_HOME ?= $$HOME/.config
FISH_CONFIG := $(XDG_CONFIG_HOME)/fish/config.fish