From 0d028ac00009e8c5735570a806907b5771402b6d Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 13 Oct 2025 14:31:20 +0200 Subject: [PATCH] show the cursor in the the shell prompt --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index fca18d0..55288cc 100644 --- a/.bashrc +++ b/.bashrc @@ -47,7 +47,7 @@ _make() { # envs # # set PS1 -PS1= +PS1='\[\033[?25h\]' # show cursor PS1="$PS1"'\[\033[01;35m\]\u@\h' # user@host PS1="$PS1"'\[\033[00m\]:' # separator PS1="$PS1"'\[\033[01;34m\]\w' # working directory