fixed prompt
This commit is contained in:
parent
0ffad787c6
commit
e065eda375
1 changed files with 1 additions and 1 deletions
2
.alias
2
.alias
|
@ -14,4 +14,4 @@ alias mc='docker exec mc rcon-cli'
|
|||
|
||||
alias sa='ssh-agent -k; eval $(ssh-agent) && ssh-add ~/.ssh/*.ed25519'
|
||||
|
||||
PS1="\033[01;31m\u\033[01;33m@\033[01;36m\h\033[01;33m \w\033[01;32m\n> \033[00m"
|
||||
PS1="\[\033[01;31m\]\u\[\033[01;33m@\033[01;36m\]\h\[\033[01;33m \w\]\[\033[01;32m\]\n> \[\033[00m\]"
|
||||
|
|
Loading…
Reference in a new issue