summaryrefslogtreecommitdiff
path: root/zscripts/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'zscripts/hosts')
-rw-r--r--zscripts/hosts/colors.optiplex.zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.optiplex.zsh b/zscripts/hosts/colors.optiplex.zsh
new file mode 100644
index 0000000..d6772b5
--- /dev/null
+++ b/zscripts/hosts/colors.optiplex.zsh
@@ -0,0 +1,10 @@
+#!/usr/bin/env zsh
+
+declare col{br,name,at,host,dir}=green
+if [ "$TERM" != "linux" ]; then
+ colbr=green
+ colname=113
+ colat=154
+ colhost=113
+ coldir=108
+fi