From 2dc486fb891e65658dff83ab34ca8878756a6a90 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 18 Oct 2024 21:52:28 -0500 Subject: initial commit --- zscripts/!rootcolors.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 zscripts/!rootcolors.zsh (limited to 'zscripts/!rootcolors.zsh') diff --git a/zscripts/!rootcolors.zsh b/zscripts/!rootcolors.zsh new file mode 100755 index 0000000..d146aa5 --- /dev/null +++ b/zscripts/!rootcolors.zsh @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +[ $EUID = 0 ] && declare col{br,name,at,host,dir}=red && clear # Clear to get rid of last login message -- cgit v1.2.3