mirror of
https://github.com/FAUSheppy/config
synced 2026-06-19 14:32:36 +02:00
fixed missing ;then
This commit is contained in:
@@ -12,7 +12,7 @@ export LD_PRELOAD COLORED_STDERR_FDS
|
|||||||
|
|
||||||
### PROMT ###
|
### PROMT ###
|
||||||
MAIN_PROMT_COLOR="green"
|
MAIN_PROMT_COLOR="green"
|
||||||
if [[ $USER == "root" ]]
|
if [[ $USER == "root" ]]; then
|
||||||
MAIN_PROMT_COLOR="red"
|
MAIN_PROMT_COLOR="red"
|
||||||
fi
|
fi
|
||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
|
|||||||
Reference in New Issue
Block a user