summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e8908e5..88eff3a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -14,7 +14,7 @@ export HISTCONTROL=ignoredups:erasedups
export EDITOR='vim'
export TERM="xterm-256color"
export GREP_OPTIONS="--color=auto"
-export PS1="[\h]: \W \$ "
+export PS1='[\h]: \W \$ '
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8