From 27688211507ae5aa7082ed4a5fd4e271002d588c Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 3 Jan 2015 13:52:55 +0100 Subject: pi --- .config/htop/htoprc | 1 + .zshrc | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/htop/htoprc b/.config/htop/htoprc index e0c0cde..11e641a 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -16,6 +16,7 @@ header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 +account_guest_in_cpu_meter=0 color_scheme=0 delay=15 left_meters=LeftCPUs2 Memory Swap Battery Hostname diff --git a/.zshrc b/.zshrc index 38e7784..709fad6 100644 --- a/.zshrc +++ b/.zshrc @@ -84,7 +84,7 @@ case `hostname` in vicious) HOSTCOLOR=yellow ;; - x) + x|pi) HOSTCOLOR=magenta ;; *) @@ -106,6 +106,10 @@ case `hostname` in PROMPT="[%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} " PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH ;; + pi) + PROMPT="[%m:%~]%{$fg[magenta]%}$B%%%b%{$reset_color%} " + PATH=/usr/lib/colorgcc/bin:~/src/scripts:$PATH + ;; esac case `hostname` in -- cgit v1.2.3