small fixes

This commit is contained in:
atlantispc_sheppy
2017-12-01 16:01:31 +01:00
parent 962e981da1
commit 7623afdba9
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
.nfs*
*.log
*.swp
*.cip
tubus/
Florian_Hackenberger/

5
zshrc
View File

@@ -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 ##