mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fix typo in agnoster theme
It recently broke my fancy shell. s/prompt_contextx/prompt_context
This commit is contained in:
parent
d750e7d9e3
commit
588bd7b4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ prompt_status() {
|
||||||
build_prompt() {
|
build_prompt() {
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
prompt_status
|
prompt_status
|
||||||
prompt_contextx
|
prompt_context
|
||||||
prompt_dir
|
prompt_dir
|
||||||
prompt_git
|
prompt_git
|
||||||
prompt_end
|
prompt_end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue