view zshrc-systemd @ 173:f8c9b13158b8

create a default zshrc for the host
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 04:23:36 +0200
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

	if [[ $USER != "root" ]]; then
		SUDO="sudo"
	fi
	$SUDO systemctl $2 $1
}