You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using powershell core for development and I use set shell pwsh to make sure that LF usees the powershell core for shell commands . But When I put map e $nvim $Env:f in the lfrc file it does not work for powershell core. It opens an empty file for some reason. It works fine if I use set shell powershell, but I'd prefer to use pwsh instead of powershell if possible
The text was updated successfully, but these errors were encountered:
For Windows, environment variables for filenames are wrapped in quotes to be compatible with CMD, although I guess it probably doesn't work so well with PowerShell. However, I did manage to get it work by removing the quotes:
I'm using powershell core for development and I use
set shell pwsh
to make sure that LF usees the powershell core for shell commands . But When I putmap e $nvim $Env:f
in the lfrc file it does not work for powershell core. It opens an empty file for some reason. It works fine if I useset shell powershell
, but I'd prefer to use pwsh instead of powershell if possibleThe text was updated successfully, but these errors were encountered: