about summary refs log tree commit diff stats
path: root/bash/prompt.bash
diff options
context:
space:
mode:
authorCase Duckworth2023-05-13 23:50:35 -0500
committerCase Duckworth2023-05-13 23:50:35 -0500
commit832af38380ba5b6a020b034059b4bc5ff7443ded (patch)
treefce4708280ff964d80a9808ed6826a1f3799e804 /bash/prompt.bash
parentuhhhh (diff)
downloadetc-832af38380ba5b6a020b034059b4bc5ff7443ded.tar.gz
etc-832af38380ba5b6a020b034059b4bc5ff7443ded.zip
uhhh
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"