1
1
Fork 0

zshrc: Fix a typo

This commit is contained in:
Jonathan Schleifer 2020-02-15 15:07:19 +00:00
parent 0da7ce606e
commit 397f54b02d

2
zshrc
View file

@ -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/}