When I try to use a Graphics Magick command, (something simple, just to test the program) I cannot do anything, as it always replies back with a git error.
gm convert
fatal: Not a git repository (or any of the parent directories): .git
I did not put any particular action, as nothing works
Thanks to Marth I found my problem. I have intalled oh-my-zsh because I really love the customization and auto-complete features, but I don't usually use Git, so I'm not familliar with the feautres it has. Oh-my-zsh comes with a git plugin with some aliases pre-built, and there was my problem.
Thanks for your help, Marth!