gtoolkit
gtoolkit copied to clipboard
Wrong path to git in IceGitCliPlatform
IceGitCliPlatform tries to use the following value as a git executable path:
/home/suhr/Glamor/[1;32m#[0m [37m [0m [1;32mcommand[0m [37m [0m [1;32mpath[0m [37m [0m [1;32mtype[0m
[37m─────────────────────────────────────────────────────────[0m
[1;32m0[0m [37m [0m [37mgit[0m [37m [0m [37m/run/current-system/sw/bin/git[0m [37m [0m [37mexternal[0m
And I think I know why:
/home/suhr> which git
# command path type
─────────────────────────────────────────────────────────
0 git /run/current-system/sw/bin/git external
GtOsSystemInfo >> #findExecutable: assumes a bash-like system shell. But I use nushell, which is rather different.
What should it be on nushell?
which git | first | get path should work.