Mustafa Mohamad
Mustafa Mohamad
Right and I agree, my suggestion here is not to add any styling to outline effects by default and to allow browsers to apply their default styling, which are more...
Also noted in https://github.com/PowerShell/openssh-portable/issues/463
Setting in `~/.ssh/config` ``` ControlMaster auto ControlPath ~/.ssh/master-%r@%h:%p ``` Leads to the errors when attempting to connect to any server: ``` getsockname failed: Bad file descriptor channel_send_open: channel 0: unexpected...
can we set this as the default option (useRememberedArgumentsForUpgrades true)?
Maybe there doesn't need further motivation on why this is useful, but here's mine: Backing up installed packages, which are then exported and installed on a fresh computer with the...
@bergmeister thanks for improving startup times! It has been annoying with powershell 6, which is twice as to load than powershell 5.
bump? Would be nice to improve startup times if this helps with that.
I do want to mention that the extremely slow pwsh load times already is a big grievance for powershell users (see this 2 year old issue https://github.com/PowerShell/PowerShell/issues/6443#issuecomment-659534629). I use posh-git...
Yes it's about 1 second, which substantially slows down loading the already slow to start pwsh v6 shell. I'm running the latest version of posh git available from the gallery.
``` > gmo posh-git ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Script 1.0.0 posh-git {Add-PoshGitToProfile, Ad... ```