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