Skip to content

Instantly share code, notes, and snippets.

View simon-ami's full-sized avatar
💭
**open to work** Person who knows and uses tools that produce solutions.

Simon Benedict simon-ami

💭
**open to work** Person who knows and uses tools that produce solutions.
View GitHub Profile
@simon-ami
simon-ami / add_to_zshrc.sh
Last active January 24, 2025 16:07 — forked from karpathy/add_to_zshrc.sh
Git Commit Message AI
# 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