gotta post this before I break anything with the upgrade :P (it probably won’t, but better safe than sorry)

  • varnia@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    12 hours ago

    What about aliasing sudo to engage or write a whole function for it:

    function engage() {
        echo -e "\033[1;36m[LCARS AUTHORIZATION: ACTIVATED]\033[0m"
        sudo "$@"
    }