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
# if CMDER_ROOT not set (for some reason in admin mode this doesn't happen)
if( -not $env:CMDER_ROOT ){
$env:CMDER_ROOT = Split-Path -Path $PSScriptRoot -Parent
}
into vendor/profile.ps1
The text was updated successfully, but these errors were encountered:
Title says it all, the only place I see a mention of this is in
cmder/launcher/src/CmderLauncher.cpp
on line 114 & 115I have a workaround currently of putting
into vendor/profile.ps1
The text was updated successfully, but these errors were encountered: