.
This commit is contained in:
@ -158,10 +158,8 @@ _setprompt() {
|
|||||||
;;
|
;;
|
||||||
2line)
|
2line)
|
||||||
# Default PROMPT_COLOR values
|
# Default PROMPT_COLOR values
|
||||||
: ${PROMPT_COLOR:=Yellow}
|
C1=${Yellow}
|
||||||
: ${PROMPT_COLOR2:=Blue}
|
C2=${Blue}
|
||||||
C1=${!PROMPT_COLOR}
|
|
||||||
C2=${!PROMPT_COLOR2}
|
|
||||||
|
|
||||||
# ┌(jer@myhost)─(✗)─(10:18 PM Sun Apr 14)
|
# ┌(jer@myhost)─(✗)─(10:18 PM Sun Apr 14)
|
||||||
# └─(~/dev/git/myproject)─>
|
# └─(~/dev/git/myproject)─>
|
||||||
|
|||||||
Reference in New Issue
Block a user