add rkernel shotcut

This commit is contained in:
YuzukiTsuru 2022-04-07 11:00:42 +08:00
parent 2304e7db54
commit f4a4649f12

View File

@ -49,5 +49,6 @@ alias sync_kernel="rm -rf output/build/linux* && rm -rf output/build/.linux* &&
alias mm="make"
alias m="make"
alias mkernel="rebuild_kernel"
alias rkernel="rebuild_kernel"
echo "Setup env done! Please run lunch next."