jmlucjav

Results 42 comments of jmlucjav

indeed, specially if one is on Windows (not sure if it is supported yet?)

this works ``` atom-shell\atom.exe . ``` but continually logs this line: ``` [11748:0410/194437:INFO:CONSOLE(257)] "Redraw event not handled: cursor_off,", source: neovim.as\src\nvim\ui.js (257) [11748:0410/194438:INFO:CONSOLE(257)] "Redraw event not handled: cursor_on,", source: neovim.as\src\nvim\ui.js (257)...

ah ok, I think there are not newer windows builds yet, I'll get a new one when its available

when I open a wsl terminal

I think I already tried and got the same output. But I'll confirm when I get to the pc where I installed mcfly, not there currently. thanks!

this is what I get when opening a bash terminal, and trying what you suggested: ``` error: Found argument 'is' which wasn't expected, or isn't valid in this context USAGE:...

@cantino getting the same issue with that function. Does this shed any light? ``` ~$ echo "look [$MCFLY_PATH]" look [mcfly is /usr/local/bin/mcfly] error: Found argument 'is' which wasn't expected, or...

``` ~ ❯ which mcfly mcfly is /usr/local/bin/mcfly error: Found argument 'is' which wasn't expected, or isn't valid in this context USAGE: mcfly [FLAGS] [OPTIONS] For more information try --help...

hey sorry for the late relpy. I installed like this: ``` curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sudo sh -s -- --git cantino/mcfly ``` notice I had to add sudo or something...