From 5fa3c5f719159e1265ccb60a8fb5d267cfe9672a Mon Sep 17 00:00:00 2001 From: rkiel Date: Wed, 8 Nov 2017 23:42:07 -0500 Subject: [PATCH] installer: install --- install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install b/install index 02eb74c..598d566 100755 --- a/install +++ b/install @@ -7,9 +7,7 @@ echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-completion.bash' >> ~/.ba echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/git-prompt.sh' >> ~/.bash_profile -echo "export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ '" >> ~/.bash_profile - -echo 'export FEATURE_USER=rkiel' >> ~/.bash_profile +echo "export FEATURE_USER=$1" >> ~/.bash_profile echo 'source ~/GitHub/rkiel/git-utilities/dotfiles/bashrc' >> .bashrc