mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Stibbons theme: lines +/- best at left position
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
5178757f8f
commit
7dc82789b3
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,9 @@ git_custom_status() {
|
|||
local cb=$(current_branch)
|
||||
if [ -n "$cb" ]; then
|
||||
R="$(parse_git_dirty)$ZSH_THEME_GIT_PROMPT_PREFIX$(current_branch)$ZSH_THEME_GIT_PROMPT_SUFFIX$(git_prompt_rebase_state)"
|
||||
if [ ! -z $(git_changes_info) ]; then
|
||||
R="$R $(git_changes_info)"
|
||||
CI=$(git_changes_info)
|
||||
if [ ! -z $CI ]; then
|
||||
R="$CI $R"
|
||||
fi
|
||||
echo $R
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue