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 committed by Jorge Bucaran
commit 509be2adf1

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