diff options
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" |