TheyCallMeZ
TheyCallMeZ
> Tab or Ctrl+5, Ctrl+6 is not enought ? :D Tab I was unaware of and is handy. Ctrl+5/Ctrl+6 seems like an awkward stretch to do one handed.
Need to add Xargs (I forget where I got this from but it works great!) ` function Xargs { param( $Cmd ) process { $args += ,$_ } end {...
> The following error can be removed from the profile.ps1 files. You should be able to find it in your My Documents\WindowsPowerShell folder called "Microsoft.PowerShell_profile.ps1" and "Microsoft.PowerShellISE_profile.ps1" > > Edit...
open your powershell window, and type notepad $PROFILE paste your Import-Module line in here, save it and reload your powershell window / use chris's reload-profile command
@AndrewLaganaro Did that resolve the issue for you? If not, what errors did you receive?
@AndrewLaganaro windows can be wonky with fonts from time to time. My two suggestions would be to reboot and see if the fonts are available or try installing them directly...
In this block of Chris's Script he is checking to see what is installed on your system to determine which editor to use. `if (Test-CommandExists nvim) { $EDITOR='nvim' } elseif...
@rajorshi-mandal Additionally, you could add your own editors into the list that would launch as a shortcut when you type vim Please note for anything outside of code or notepad...
@rajorshi-mandal Did this resolve your issue? If Not Please share what error messages you are getting now. The Alternative if you do not mind having a "vim" alias, is that...
Hi @BelgarionNL This file doesn't seem to be part of the Micron repo. I don't think anyone here will be able to assist you with it. Sorry about that.