My fish config
This commit is contained in:
3
functions/make-kernel.fish
Normal file
3
functions/make-kernel.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function make-kernel --wraps='cd /usr/src/linux; sudo bash -c "make ARCH=x86_64 -j4 && make ARCH=x86_64 -j4 modules && make install && make modules_install"; cd -' --description 'alias make-kernel cd /usr/src/linux; sudo bash -c "make ARCH=x86_64 -j4 && make ARCH=x86_64 -j4 modules && make install && make modules_install"; cd -'
|
||||
cd /usr/src/linux; sudo bash -c "make ARCH=x86_64 -j4 && make ARCH=x86_64 -j4 modules && make install && make modules_install"; cd - $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user