diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..df4fb2f --- /dev/null +++ b/.bash_profile @@ -0,0 +1,10 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:~/.cargo/bin:~/.npm-global/bin