Mercurial > hg > zsh-env
view zshrc-systemd @ 189:eda84ea0cd35
grub-mkconfig wieder einkommentieren
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Fri, 20 Jun 2025 08:20:32 +0200 |
parents | 383ea800bf98 |
children |
line wrap: on
line source
function sc() { local SUDO="" if [[ $USER != "root" ]]; then SUDO="sudo" fi $SUDO systemctl $2 $1 }