Mercurial > hg > zsh-env
view zshrc-systemd @ 145:ebcb738274d1
alias for youtube downloading
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 17 Sep 2018 09:20:52 +0200 |
parents | 383ea800bf98 |
children |
line wrap: on
line source
function sc() { local SUDO="" if [[ $USER != "root" ]]; then SUDO="sudo" fi $SUDO systemctl $2 $1 }