mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 05:37:51 +08:00
fix vim path in powershell profile
This commit is contained in:
2
vendor/profile.ps1
vendored
2
vendor/profile.ps1
vendored
@ -19,7 +19,7 @@ if( -not $env:PSModulePath.Contains($CmderModulePath) ){
|
||||
try {
|
||||
Get-command -Name "vim" -ErrorAction Stop >$null
|
||||
} catch {
|
||||
$env:Path += ";$env:CMDER_ROOT\vendor\msysgit\share\vim\vim74"
|
||||
$env:Path += ";$env:CMDER_ROOT\vendor\git-for-windows\usr\share\vim\vim74"
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user