added fish.conf

This commit is contained in:
2023-08-04 23:53:29 +02:00
parent 93332605e6
commit fc8b60259a
2 changed files with 5 additions and 0 deletions

5
fish/config.fish Normal file
View File

@@ -0,0 +1,5 @@
if status is-interactive
# Commands to run in interactive sessions can go here
alias build_kernel "sudo make -j12"
alias install_kernel "sudo make install && sudo make modules_install && sudo emerge @module-rebuild -q && sudo grub-mkconfig -o /boot/grub/grub.cfg"
end

0
install_zsh.sh Normal file → Executable file
View File