Rafael Baboni Dominiquini

Results 46 comments of Rafael Baboni Dominiquini

> Where is the location of windows-terminal-quake.exe at? I put it in this folder: "C:\Users\Rafael Dominiquini\AppData\Local\Programs\Windows Terminal Quake\windows-terminal-quake.exe" I tried to put in another location, and the same error occurs!

My problem is when using PowerShell inside Windows File System! If i'm using MSYS2 (bash or zsh) it works fine (same binary that I'm using on PowerShell). I'm tested on...

The ideal should be using the bash.exe installed by MSYS2 (Or Cygwin), and not the one on System32 folder! Maybe if I change the order of my PATH, this will...

I settup DIRENV_BASH to my MSYS2 bash.exe, and now I'm getting this error on PowerShell 7: ``` direnv: loading /f/Documents/Projects/C++/Ateams/.envrc declare -x ALIAE_CONFIG="C:\\Users\\Rafael Dominiquini\\.aliae.yaml" declare -x ALLUSERSPROFILE="C:\\ProgramData" declare -x ANT_HOME="C:\\Developing\\Ant"...

> Interesting. I am not familiar with mingw environment. Maybe you can add `set -x` in the script, and run the displayed command manually to see which part is broken?...

If I remove the "$prefix" from the "./install.cmd" command line (I don't need specify anything when I manually installed git-extras), this is the output: ``` >>>git extras update + unset...

This is the directory that the script needed to copy the files: "C:\Program Files\Git\mingw64\bin"! Running the "install.cmd" on the powershell, it works fine! But running using "git extras update" not!...

I noticed another thing: Running the install script manually, it try to copy the files on the path "C:\Program Files\Git\mingw64\bin" But using the update method, it try to copy the...