Merge pull request #124 from therealpxc/master

Relativize shell path in Makefile for compatibility with NixOS
This commit is contained in:
Jorge Bucaran 2016-02-25 14:16:27 +09:00
commit 243a55de11
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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