From 60e1651f71525b12085dc5c953d299bc8e3feb5c Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 30 May 2022 19:35:39 +0300 Subject: [PATCH] change bash prompt symbol --- sub/bash/prompt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}