mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] re-arrange prompt items
This commit is contained in:
parent
da3a784600
commit
9816ec63ee
1 changed files with 1 additions and 1 deletions
|
@ -35,10 +35,10 @@ configure_prompt() {
|
||||||
git
|
git
|
||||||
# hg
|
# hg
|
||||||
exec_time
|
exec_time
|
||||||
line_sep
|
|
||||||
# vi_mode
|
# vi_mode
|
||||||
jobs
|
jobs
|
||||||
exit_code
|
exit_code
|
||||||
|
line_sep
|
||||||
char
|
char
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue