From 7623afdba9d22f0ce2b748f5973443429eee030a Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Fri, 1 Dec 2017 16:01:31 +0100 Subject: [PATCH] small fixes --- .gitignore | 1 + zshrc | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07cd097..2be1937 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .nfs* *.log *.swp +*.cip tubus/ Florian_Hackenberger/ diff --git a/zshrc b/zshrc index 8a9ae0c..9663c8b 100644 --- a/zshrc +++ b/zshrc @@ -1,3 +1,4 @@ +#!/bin/zsh ######################################################################################################## ########################################### COLOR STDERR################################################ ######################################################################################################## @@ -31,7 +32,6 @@ fi ## colors ## SEPERATOR_LINE_COLOR="green" -MAIN_PROMT_COLOR="green" USER_COLOR="yellow" USER_HOST_SEPERATOR_COLOR="red" HOST_COLOR="yellow" @@ -42,7 +42,8 @@ PATH_INPUT_SEPERATOR_COLOR="green" ## different color for root ## if [[ $USER == "root" ]]; then USER_COLOR="red" - MAIN_PROMT_COLOR="red" + HOST_COLOR="red" + SEPERATOR_LINE_COLOR="red" fi ## different color for certain hosts ##