Skip to content

Commit

Permalink
Update bash install for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bronzehedwick committed Jan 21, 2017
1 parent 7600b55 commit 4bd5cbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ do
fi
done

# If on macOS, add a .profile file instead of bashrc
if [ "$OS" == 'Darwin' ]; then
unlink "$TARGET/.bashrc"
ln -s "$DIR/.bashrc" "$TARGET/.profile"
fi

# Add oh my fish config
if [[ -d ~/.local/share/omf ]]; then
echo "Removing empty custom omf scaffolding directory"
Expand Down

0 comments on commit 4bd5cbf

Please sign in to comment.