dotfiles: init
This commit is contained in:
8
bash/.bash_profile
Normal file
8
bash/.bash_profile
Normal 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"
|
||||
Reference in New Issue
Block a user