mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
The variable `git_status_flags` was not declared in the function `git_prompt_vars`, so if `set -u` was set in bashrc, it would give unbound variable error constantly with `set -u`. Co-authored-by: Koichi Murase <myoga.murase@gmail.com>