Skip to content

Commit

Permalink
fix: regression of no git output since ohmyzsh update
Browse files Browse the repository at this point in the history
  • Loading branch information
john-s-lin committed Apr 10, 2024
1 parent 7d42802 commit 63f2579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions config/nvim/lazyvim.json

This file was deleted.

2 changes: 1 addition & 1 deletion config/zsh/themes/passion.zsh-theme
Expand Up @@ -70,7 +70,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" ⚡️%{$fg_no_bold[cyan]%}]";
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_no_bold[cyan]%}]";

function update_git_status() {
GIT_STATUS=$(git_prompt_info);
GIT_STATUS=$(_omz_git_prompt_info);
}

function git_status() {
Expand Down

1 comment on commit 63f2579

@john-s-lin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.