"plugins/vscode:/vscode.git/clone" did not exist on "202405e2b5d2e355eddb2ef2f801ebdbadf1d1d5"
Commit 7fc612bc authored by Hauke Stange's avatar Hauke Stange
Browse files

removed 'x' from prompt_context() function name

parent d750e7d9
...@@ -106,10 +106,10 @@ prompt_status() { ...@@ -106,10 +106,10 @@ 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
} }
PROMPT='%{%f%b%k%}$(build_prompt) ' PROMPT='%{%f%b%k%}$(build_prompt) '
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment