zshrc: Fix a typo
This commit is contained in:
parent
0da7ce606e
commit
397f54b02d
1 changed files with 1 additions and 1 deletions
2
zshrc
2
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/}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue