mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
revert to original order
This commit is contained in:
parent
0207f6f8f4
commit
65c3e10e38
1 changed files with 1 additions and 1 deletions
|
|
@ -357,9 +357,9 @@ prompt_aws() {
|
||||||
build_prompt() {
|
build_prompt() {
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
prompt_status
|
prompt_status
|
||||||
|
prompt_virtualenv
|
||||||
prompt_aws
|
prompt_aws
|
||||||
prompt_context
|
prompt_context
|
||||||
prompt_virtualenv
|
|
||||||
prompt_dir
|
prompt_dir
|
||||||
prompt_git
|
prompt_git
|
||||||
prompt_bzr
|
prompt_bzr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue