2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-05-08 17:24:37 +08:00

Merge branch 'master' into development

This commit is contained in:
DRSDavidSoft 2023-05-23 10:57:06 +00:00
commit 37c41e80df
2 changed files with 0 additions and 2156 deletions
vendor
profile.ps1
psmodules/PsGet

1
vendor/profile.ps1 vendored

@ -28,7 +28,6 @@ if (!$ENV:CMDER_ROOT) {
# Remove trailing '\' # Remove trailing '\'
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\") $ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")
# Do not load bundled PsGet if a module installer is already available
# -> recent PowerShell versions include PowerShellGet out of the box # -> recent PowerShell versions include PowerShellGet out of the box
$moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue) $moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue)

File diff suppressed because it is too large Load Diff