diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-10-05 09:49:54 -0700 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-10-05 09:49:54 -0700 |
commit | a265214b41d8495106b965e12415e7b17a0ec778 (patch) | |
tree | cbbeb2ee87cc94fdeb777581a2e949f4e97a0444 /dotfiles | |
parent | ffb88dd705a674bebab4bb43df9c740fb593c0fa (diff) |
remove extra space in PS1w
Diffstat (limited to 'dotfiles')
-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" |