fish: functions: Add aliases for ninja build
We need this frequently working with GStreamer.
This commit is contained in:
parent
f4b928bd3e
commit
68581433e3
3 changed files with 9 additions and 0 deletions
3
fish/.config/fish/functions/nb.fish
Normal file
3
fish/.config/fish/functions/nb.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function nb
|
||||
ninja -C build
|
||||
end
|
3
fish/.config/fish/functions/nbc.fish
Normal file
3
fish/.config/fish/functions/nbc.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function nbc
|
||||
ninja -C build clean
|
||||
end
|
3
fish/.config/fish/functions/nbd.fish
Normal file
3
fish/.config/fish/functions/nbd.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function nbd
|
||||
ninja -C build devenv
|
||||
end
|
Loading…
Reference in a new issue