Alexander-Miller / treemacs

GNU General Public License v3.0
2.12k stars 156 forks source link

How can we specify where to find the git executable? #1132

Open davidshen84 opened 5 days ago

davidshen84 commented 5 days ago

Hi,

In magit, there's the magit-git-executable variable to customize how magit finds the git executable. Is there a simpler variable in treemacs?

I hava an alias for my shell to find find my alternative git, but treemacs does not seem to pick up that alias. I think it is because processes launched by emacs does not inherits shell alias.