diff --git a/.bashrc b/.bashrc index 83f735b..3f54431 100644 --- a/.bashrc +++ b/.bashrc @@ -13,8 +13,6 @@ export HISTSIZE=10000 export HISTIGNORE="&:l[lsa]:[bf]g:exit:q:clear:c:history:h" - - parse_git_branch() { branch="$(git branch --show-current 2> /dev/null)"