Add fish config
This commit is contained in:
parent
c4af1c28aa
commit
f1d4f3fd36
16 changed files with 215 additions and 0 deletions
7
config/fish/functions/bmake.fish
Normal file
7
config/fish/functions/bmake.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
# pkgsrc does not like MAKEFLAGS being set
|
||||
function bmake
|
||||
if string match -q -r '/pkgsrc$|/pkgsrc/' $PWD
|
||||
set -lx MAKEFLAGS
|
||||
end
|
||||
command bmake $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue