This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AI-powered Git Commit Function for Windows (Git Bash) | |
| # Save this in a file named .bashrc in your home directory (C:/Users/sbene) | |
| # Gist: https://gist.github.com/SimonB97/d538d0409c1f0cc01a184593a01fc52b | |
| # How to use: 'Obsidian Vault\300 Dev\Shortcuts.md' -> Other Shortcuts -> 1) Git | |
| # Convert Windows paths to UNIX paths | |
| export MSYS_NO_PATHCONV=1 | |
| export MSYS2_ARG_CONV_EXCL="*" | |
| # Conda initialization |