Skip to content

Instantly share code, notes, and snippets.

@bdwyertech
Created February 28, 2018 05:02
Show Gist options
  • Save bdwyertech/b6cf34ca1315b198338ef68d6afe29bb to your computer and use it in GitHub Desktop.
Save bdwyertech/b6cf34ca1315b198338ef68d6afe29bb to your computer and use it in GitHub Desktop.
Add git-crypt to Sourcetree's PATH
#!/bin/bash
# Add git-crypt to SourceTree's Path
# If you use Sourcetree's embedded GIT, you may have to symlink things into its PATH to make them work.
# git-crypt
ln -s /usr/local/bin/git-crypt /Applications/SourceTree.app/Contents/Resources/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment