dunst with icons and fix for git prompt
This commit is contained in:
parent
500e56eb54
commit
67c7c94ace
2 changed files with 2 additions and 2 deletions
|
@ -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=" ]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue