diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-09-28 13:27:00 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-09-28 13:27:00 -0500 |
commit | 84665a7bbee42bf5a97b037677c7566a865f4c50 (patch) | |
tree | 576aec0eac546ac2ed2d66c29b2ae7a08fe29b41 /dotfiles | |
parent | 170d454dc213de364928298632892da6a2755404 (diff) |
update PS1
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 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" |