echo 'export GIT_UTILITIES_BIN="~/GitHub/rkiel/git-utilities/bin"' >> ~/.bash_profile echo 'export PATH=${GIT_UTILITIES_BIN}:$PATH' >> ~/.bash_profile echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-completion.bash' >> ~/.bash_profile echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-prompt.sh' >> ~/.bash_profile echo "export FEATURE_USER=$1" >> ~/.bash_profile echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> ~/.bashrc