Browse Source

Add comment

pull/15/head
10sr 6 years ago
parent
commit
c80c4a762d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -69,6 +69,9 @@ directories := $(dotfiles_dir) $(home) $(localdir) $(vardir) $(bindir) \
current := $(shell date)
uname := $(shell uname)

# Remove zsh from this list because it causes failure of travis test
# Message:
# Segmentation fault (core dumped)
shrc_loadables := sh bash # zsh

emacs ?= $(shell which emacs 2>/dev/null)


Loading…
Cancel
Save