summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-10-05 09:49:54 -0700
committerBlaise Thompson <blaise@untzag.com>2017-10-05 09:49:54 -0700
commita265214b41d8495106b965e12415e7b17a0ec778 (patch)
treecbbeb2ee87cc94fdeb777581a2e949f4e97a0444 /dotfiles
parentffb88dd705a674bebab4bb43df9c740fb593c0fa (diff)
remove extra space in PS1w
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/bashrc.sync2
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"