1
1
Fork 0

fish: Slight improvement of prompt

This commit is contained in:
Jonathan Schleifer 2020-02-02 21:18:19 +00:00
parent 145a538295
commit 12d321571a
2 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,8 @@ function make
if which bmake >/dev/null ^&1 && \
string match -q -r '/pkgsrc$|/pkgsrc/' $PWD
# pkgsrc does not like MAKEFLAGS including -j
env MAKEFLAGS= bmake $argv
set -lx MAKEFLAGS
command bmake $argv
else
command make $argv
end