1
0
Fork 0

dunst with icons and fix for git prompt

This commit is contained in:
Von Random 2017-01-20 13:54:21 +03:00
parent 500e56eb54
commit 67c7c94ace
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ enable_git_prompt()
if [[ $USER == 'von' ]]; then
git_prompt_username=""
else
git_prompt_username="${pnred}${USER}${preset} "
git_prompt_username="${pred}${USER}${preset} "
fi
GIT_PROMPT_PREFIX="[ "
GIT_PROMPT_SUFFIX=" ]"