#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/quit alias shut='sudo shutdown -h now' alias reboot='sudo shutdown -r now' alias q='exit' reboot-fsck () { sudo touch /forcefsck reboot }