back to better symbol
parent
8585d9752b
commit
d6e3bbf655
|
|
@ -1,6 +1,6 @@
|
||||||
# Bash it
|
# Bash it
|
||||||
|
|
||||||
My personal modifications :)
|
My personal modifications
|
||||||
|
|
||||||
**Bash it** is a mash up of my own bash commands and scripts, other bash stuff I have found.
|
**Bash it** is a mash up of my own bash commands and scripts, other bash stuff I have found.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ function zuper_scm_prompt_info {
|
||||||
prompt() {
|
prompt() {
|
||||||
# » ➜
|
# » ➜
|
||||||
local my_branch="$(zuper_scm_prompt_info)"
|
local my_branch="$(zuper_scm_prompt_info)"
|
||||||
PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}➜${normal} "
|
PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}»${normal} "
|
||||||
}
|
}
|
||||||
|
|
||||||
PROMPT_COMMAND=prompt
|
PROMPT_COMMAND=prompt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue