mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
|||||||
.nfs*
|
.nfs*
|
||||||
*.log
|
*.log
|
||||||
*.swp
|
*.swp
|
||||||
|
*.cip
|
||||||
|
|
||||||
tubus/
|
tubus/
|
||||||
Florian_Hackenberger/
|
Florian_Hackenberger/
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
huehuehuemordekaiser
|
|
||||||
5
zshrc
5
zshrc
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/zsh
|
||||||
########################################################################################################
|
########################################################################################################
|
||||||
########################################### COLOR STDERR################################################
|
########################################### COLOR STDERR################################################
|
||||||
########################################################################################################
|
########################################################################################################
|
||||||
@@ -31,7 +32,6 @@ fi
|
|||||||
|
|
||||||
## colors ##
|
## colors ##
|
||||||
SEPERATOR_LINE_COLOR="green"
|
SEPERATOR_LINE_COLOR="green"
|
||||||
MAIN_PROMT_COLOR="green"
|
|
||||||
USER_COLOR="yellow"
|
USER_COLOR="yellow"
|
||||||
USER_HOST_SEPERATOR_COLOR="red"
|
USER_HOST_SEPERATOR_COLOR="red"
|
||||||
HOST_COLOR="yellow"
|
HOST_COLOR="yellow"
|
||||||
@@ -42,7 +42,8 @@ PATH_INPUT_SEPERATOR_COLOR="green"
|
|||||||
## different color for root ##
|
## different color for root ##
|
||||||
if [[ $USER == "root" ]]; then
|
if [[ $USER == "root" ]]; then
|
||||||
USER_COLOR="red"
|
USER_COLOR="red"
|
||||||
MAIN_PROMT_COLOR="red"
|
HOST_COLOR="red"
|
||||||
|
SEPERATOR_LINE_COLOR="red"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## different color for certain hosts ##
|
## different color for certain hosts ##
|
||||||
|
|||||||
Reference in New Issue
Block a user