comment
parent
223b131443
commit
548bee87d7
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#⚡
|
||||
#
|
||||
# looks good on dark bakground
|
||||
SCM_THEME_PROMPT_DIRTY=" ${red}✖${reset_color}"
|
||||
SCM_THEME_PROMPT_AHEAD=" ${red}!${reset_color}"
|
||||
SCM_THEME_PROMPT_CLEAN=" ${green}✔${reset_color}"
|
||||
|
|
@ -40,4 +40,4 @@ prompt() {
|
|||
PS1="${white}\n[ ${yellow}\u@\H ${white}] ${green}\w${my_branch}\n${white}[ ${red}\t${bold_white} ] →${normal} "
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=prompt
|
||||
PROMPT_COMMAND=prompt
|
||||
|
|
|
|||
Loading…
Reference in New Issue