Skip to content

Commit

Permalink
bash: remove bold font and space
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Feb 16, 2018
1 parent 02bf8bc commit 4846f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash_prompt
@@ -1,7 +1,7 @@
# Bash prompt.
if [ "$color_prompt" = yes ]; then
PS1='\n\[\e[1;36m\]\w$(__git_ps1 "\[\033[00m\] on \[\e[1;35m\] %s")\[\033[00m\]\n $ '
PS1='\n\[\e[36m\]\w$(__git_ps1 "\[\033[00m\] on \[\e[35m\] %s")\[\033[00m\]\n$ '
else
PS1='\n\[\e[1;36m\]\w$(__git_ps1 "\[\033[00m\] on \[\e[1;35m\] %s")\[\033[00m\]\n $ '
PS1='\n\[\e[36m\]\w$(__git_ps1 "\[\033[00m\] on \[\e[35m\] %s")\[\033[00m\]\n$ '
fi;
unset color_prompt force_color_prompt;

0 comments on commit 4846f38

Please sign in to comment.