show the cursor in the the shell prompt
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user