diff options
-rw-r--r-- | .config/htop/htoprc | 1 | ||||
-rw-r--r-- | .zshrc | 6 |
2 files changed, 6 insertions, 1 deletions
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 @@ -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 |