show the cursor in the the shell prompt

This commit is contained in:
2025-10-13 14:31:20 +02:00
parent b45367b194
commit 0d028ac000

View File

@@ -47,7 +47,7 @@ _make() {
# envs # envs
# #
# set PS1 # set PS1
PS1= PS1='\[\033[?25h\]' # show cursor
PS1="$PS1"'\[\033[01;35m\]\u@\h' # user@host PS1="$PS1"'\[\033[01;35m\]\u@\h' # user@host
PS1="$PS1"'\[\033[00m\]:' # separator PS1="$PS1"'\[\033[00m\]:' # separator
PS1="$PS1"'\[\033[01;34m\]\w' # working directory PS1="$PS1"'\[\033[01;34m\]\w' # working directory