show the cursor in the the shell prompt

This commit is contained in:
2025-10-13 14:31:20 +02:00
parent 9e766b53af
commit 932ce683af

View File

@@ -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