summaryrefslogtreecommitdiff
path: root/etc/rc_status
blob: 58e6f53a07636ee97a8d0a492b0944d6b8546a70 (plain)
1
2
3
4
5
6
7
## vim:ft=zsh
function zrc_status {
	echo -n "\r\e[2K\e[0;36m--\e[0m $*"
}
function zrc_info {
	echo "\e[0;36m--\e[0m $*"
}