fish: functions/vb: Do not run the next command on failure
This commit is contained in:
parent
d9fdf69a78
commit
0f8e52bae1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +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/
|
||||
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