summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-01-03 13:52:55 +0100
committerPatrick Simianer <p@simianer.de>2015-01-03 13:52:55 +0100
commit27688211507ae5aa7082ed4a5fd4e271002d588c (patch)
tree484d414dbc14fedfdc3aabc6c45ae2b45f8c9898
parentd6fc15507a50cb1198f48f83d86341d2b696955b (diff)
pi
-rw-r--r--.config/htop/htoprc1
-rw-r--r--.zshrc6
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
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