Mercurial > hg > zsh-env
view zshrc-systemd @ 149:b0424aa12461
bye bye, nedit
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 12 Nov 2018 13:23:37 +0100 |
parents | 383ea800bf98 |
children |
line wrap: on
line source
function sc() { local SUDO="" if [[ $USER != "root" ]]; then SUDO="sudo" fi $SUDO systemctl $2 $1 }