mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
Fixed double prompt
This commit is contained in:
parent
51ccebeb7b
commit
30eefaf199
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ for i in /etc/profile.d/*.sh ; do
|
|||
done
|
||||
|
||||
export MAKE_MODE=unix
|
||||
export PS1='\[\033]0;$MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\w\033[0m\]$ '
|
||||
export PS1='\[\033]0;$MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\]\w\[\033[0m\]$ '
|
||||
|
||||
alias clear=clsb
|
||||
alias ls='ls --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue