diff --git a/nix/home.nix b/nix/home.nix index 89baf11..a9dc84e 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -114,7 +114,7 @@ in { # don't slow the shell down save_function git_prompt_status old_git_prompt_status function git_prompt_status() { - if [[ "$(command git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then + if [[ "$(command git config --get oh-my-zsh.hide-prompt-status 2>/dev/null)" != "1" ]]; then old_git_prompt_status fi }