diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-09-26 18:38:39 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-09-26 18:38:39 -0500 |
commit | 170d454dc213de364928298632892da6a2755404 (patch) | |
tree | 5bc7fd9bca09d1f8d77965e5c53e6624c1a0568f /dotfiles | |
parent | 996775764a46dc3cde541d305fa928100c471f1b (diff) |
install.sh
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/bashrc.sync | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync new file mode 100644 index 0000000..da01b29 --- /dev/null +++ b/dotfiles/bashrc.sync @@ -0,0 +1,2 @@ +export PS1="\h \\$ \[$(tput sgr0)\]" +export PATH="/opt/anaconda/bin:$PATH" |