diff --git a/sub/bash/prompt b/sub/bash/prompt index 43060a6..0b1e3fb 100644 --- a/sub/bash/prompt +++ b/sub/bash/prompt @@ -58,7 +58,7 @@ __prompt_command() { prompt_color='\[\033[;32m\]' info_color='\[\033[1;34m\]' - prompt_symbol='㉿' + prompt_symbol='@' end_symbol='$' @@ -91,4 +91,4 @@ __prompt_command() { fi PS2="> " -} \ No newline at end of file +}