Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Remove .bash_profile update lines from install
Browse files Browse the repository at this point in the history
Remove .bash_profile update lines from install script

See #120
  • Loading branch information
salcode committed Oct 2, 2020
1 parent d36c231 commit af90e42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install-ironcode-git-enhancements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
# clone the project repo
git clone https://github.com/ironcodestudio/ironcode-git-enhancements.git ~/ironcode-git-enhancements

# Add line to ~/.bash_profile to load our Git modifications
printf "\nsource ~/ironcode-git-enhancements/bash_profile-mods.bash\n" >> ~/.bash_profile;

# Add line to ~/.gitconfig to load our gitconfig settings
printf "\n[include]\n\tpath = ~/ironcode-git-enhancements/gitconfig\n" >> ~/.gitconfig

0 comments on commit af90e42

Please sign in to comment.