Update fish config for 3.1.0
This commit is contained in:
parent
b59c4cf08c
commit
fa3797e7c6
9 changed files with 69 additions and 50 deletions
|
@ -4,7 +4,7 @@ function make
|
|||
# pkgsrc does not like MAKEFLAGS including -j
|
||||
set -lx MAKEFLAGS
|
||||
|
||||
if which bmake >/dev/null ^&1 && \
|
||||
if type -q bmake
|
||||
command bmake $argv
|
||||
else
|
||||
command make $argv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue