change bash prompt symbol
This commit is contained in:
parent
bee1127b8d
commit
60e1651f71
@ -58,7 +58,7 @@ __prompt_command() {
|
|||||||
|
|
||||||
prompt_color='\[\033[;32m\]'
|
prompt_color='\[\033[;32m\]'
|
||||||
info_color='\[\033[1;34m\]'
|
info_color='\[\033[1;34m\]'
|
||||||
prompt_symbol='㉿'
|
prompt_symbol='@'
|
||||||
end_symbol='$'
|
end_symbol='$'
|
||||||
|
|
||||||
|
|
||||||
@ -91,4 +91,4 @@ __prompt_command() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
PS2="> "
|
PS2="> "
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user