diff options
-rw-r--r-- | dotfiles/bashrc.sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index 4c8aae3..72fc9fd 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -1,4 +1,4 @@ -export PS1="\[\033[01;32m\]\u@\h \W \\$ \[$(tput sgr0)\] \[\033[0m\]" +export PS1="\[\033[01;32m\]\u@\h \W \\$ \[$(tput sgr0)\]\[\033[0m\]" export PATH="/opt/anaconda/bin:$PATH" |