1
1
Fork 0

fish: Better colors

This commit is contained in:
Jonathan Schleifer 2020-01-21 21:32:31 +00:00
parent 711db24d05
commit ec8b51c80f
4 changed files with 24 additions and 21 deletions

View file

@ -1,7 +1,8 @@
# pkgsrc does not like MAKEFLAGS being set
function bmake
if string match -q -r '/pkgsrc$|/pkgsrc/' $PWD
set -lx MAKEFLAGS
env MAKEFLAGS= bmake $argv
else
command bmake $argv
end
command bmake $argv
end