dotfiles: init

This commit is contained in:
2018-10-30 23:34:18 +02:00
commit 1826e633c1
12 changed files with 1419 additions and 0 deletions

8
bash/.bash_profile Normal file
View File

@@ -0,0 +1,8 @@
if [ -s ~/.bashrc ]; then
source ~/.bashrc;
fi
eval "$(rbenv init -)"
export PATH="/usr/local/sbin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"