From a265214b41d8495106b965e12415e7b17a0ec778 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 5 Oct 2017 09:49:54 -0700 Subject: remove extra space in PS1w --- dotfiles/bashrc.sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles') 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" -- cgit v1.2.3