summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-09-28 13:27:00 -0500
committerBlaise Thompson <blaise@untzag.com>2017-09-28 13:27:00 -0500
commit84665a7bbee42bf5a97b037677c7566a865f4c50 (patch)
tree576aec0eac546ac2ed2d66c29b2ae7a08fe29b41
parent170d454dc213de364928298632892da6a2755404 (diff)
update PS1
-rw-r--r--dotfiles/bashrc.sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync
index da01b29..d8d7953 100644
--- a/dotfiles/bashrc.sync
+++ b/dotfiles/bashrc.sync
@@ -1,2 +1,2 @@
-export PS1="\h \\$ \[$(tput sgr0)\]"
+export PS1="\[\033[01;32m\]\u@\h \W \\$ \[$(tput sgr0)\] \[\033[0m\]"
export PATH="/opt/anaconda/bin:$PATH"