homes/common/.config/fish/functions/make.fish

6 lines
76 B
Fish
Executable file

#!/usr/bin/env fish
#
function make -d "make tool"
colormake $argv
end