fish: functions: Add a build helper for neovim
This commit is contained in:
parent
84f729f3c7
commit
d9fdf69a78
1 changed files with 5 additions and 0 deletions
5
fish/.config/fish/functions/vb.fish
Normal file
5
fish/.config/fish/functions/vb.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function vb --description 'Build helper for neovim'
|
||||
make distclean && make CC=gcc CMAKE_BUILD_TYPE=Release
|
||||
doas rm -rf /usr/local/share/nvim/runtime/
|
||||
doas make install
|
||||
end
|
Loading…
Reference in a new issue