diff --git a/zshrc b/zshrc index 47ca84e..819602a 100644 --- a/zshrc +++ b/zshrc @@ -83,7 +83,7 @@ set_prompt() { set_prompt __precmd() { - update_terminal_cwd + __update_terminal_cwd local branch_name=$(git symbolic-ref HEAD 2>/dev/null) branch_name=${branch_name##refs/heads/}