view zshrc-systemd @ 163:201c8ca43ab1

reset the environment for a proper 24 hour display of time
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 17 Jan 2020 15:29:03 +0100
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

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