mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 05:20:48 -05:00
PS1 put non-printable characters in brackets
This commit is contained in:
parent
398b98861f
commit
e97a808f38
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Return if non-interactive
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
PS1='[\e[38;5;107m\u\e[0m@\h \e[38;5;74m\w\e[0m]\$ '
|
||||
PS1='[\[\e[38;5;107m\]\u\[\e[0m\]@\h \[\e[38;5;74m\]\w\[\e[0m\]]\$ '
|
||||
|
||||
alias diff='diff --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
|
|
Loading…
Reference in a new issue