#! /bin/zsh # # this file: # http://user.it.uu.se/~embe8573/conf/.zsh/misc # https://dataswamp.org/~incal/conf/.zsh/misc marathon () { pkill -9 unclutter alephone unclutter -idle 0 & } 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 gub () { sudo update-grub }