about summary refs log tree commit diff stats
path: root/bash/prompt.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/prompt.bash')
-rw-r--r--bash/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/prompt.bash b/bash/prompt.bash index bee5223..e51db96 100644 --- a/bash/prompt.bash +++ b/bash/prompt.bash
@@ -71,7 +71,7 @@ smiley_prompt() {
71 git_prompt_integration 71 git_prompt_integration
72 72
73 PS1+='\[$(__prompt_term_title "$USER@$(hostname): $PWD")\]' 73 PS1+='\[$(__prompt_term_title "$USER@$(hostname): $PWD")\]'
74 PS1+='\$ ' 74 PS1+=' \$ '
75} 75}
76 76
77eval "$MY_BASH_PROMPT" 77eval "$MY_BASH_PROMPT"