#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/misc alias marathon='alephone' where-am-i () { echo "59°50'50\"N 17°36'32\"E 36m AMSL" } compile-kernel () { make -s -j4 -k && \ sudo make modules_install && \ sudo make install } track-program () { sudo journalctl --full --no-pager | grep "$1\[.*\]" } # /etc/default/grub gup () { sudo update-grub }