From 51c91732f84707686e92f01d3d6387fba88675bd Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 17 Apr 2022 10:57:45 -0500 Subject: fixed gitignore file to not work recursively --- zsh/zscripts/!rootcolors.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 zsh/zscripts/!rootcolors.zsh (limited to 'zsh/zscripts/!rootcolors.zsh') diff --git a/zsh/zscripts/!rootcolors.zsh b/zsh/zscripts/!rootcolors.zsh new file mode 100755 index 0000000..6ad30a7 --- /dev/null +++ b/zsh/zscripts/!rootcolors.zsh @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +[ $(id -u) = 0 ] && declare col{br,name,at,host,dir}=red && clear # Clear to get rid of last login message -- cgit v1.2.3