1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[zsh] git integration, new unicode character (new dirty symbol)

This commit is contained in:
Hyacinthe Cartiaux 2017-08-24 13:44:36 +02:00
parent 3e11c30a8d
commit 4e5fcf07c2

View file

@ -107,7 +107,7 @@ prompt_git_info()
;; ;;
esac esac
if [ -n "$__CURRENT_GIT_BRANCH_IS_DIRTY" ]; then if [ -n "$__CURRENT_GIT_BRANCH_IS_DIRTY" ]; then
s+="" s+=""
fi fi
s+="$__CURRENT_GIT_BRANCH" s+="$__CURRENT_GIT_BRANCH"
s+=")" s+=")"