fish: functions: Add aliases for ninja build

We need this frequently working with GStreamer.
This commit is contained in:
Sanchayan Maity 2022-05-14 17:44:33 +05:30
parent f4b928bd3e
commit 68581433e3
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function nb
ninja -C build
end

View File

@ -0,0 +1,3 @@
function nbc
ninja -C build clean
end

View File

@ -0,0 +1,3 @@
function nbd
ninja -C build devenv
end