From d70a8faede1a2446f3b7fbb5ddbe2075c9e7ceba Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Fri, 1 Dec 2017 15:51:27 +0100 Subject: [PATCH 1/3] lol --- herbstluftwm/t | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 herbstluftwm/t diff --git a/herbstluftwm/t b/herbstluftwm/t deleted file mode 100644 index e69de29..0000000 From 962e981da156a2cc88d6352931385f16904d42dc Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Fri, 1 Dec 2017 15:52:14 +0100 Subject: [PATCH 2/3] ups --- herbstluftwm/password.cip | 1 - 1 file changed, 1 deletion(-) delete mode 100644 herbstluftwm/password.cip diff --git a/herbstluftwm/password.cip b/herbstluftwm/password.cip deleted file mode 100644 index d479bfe..0000000 --- a/herbstluftwm/password.cip +++ /dev/null @@ -1 +0,0 @@ -huehuehuemordekaiser From 7623afdba9d22f0ce2b748f5973443429eee030a Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Fri, 1 Dec 2017 16:01:31 +0100 Subject: [PATCH 3/3] 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 ##