computers:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:powershell [2021/11/26 15:22] localadmincomputers:powershell [2021/11/26 16:36] (current) – [Using vim as your editor in the command line] localadmin
Line 8: Line 8:
  
 ===== Using vim as your editor in the command line ===== ===== Using vim as your editor in the command line =====
 +
 +https://codeandkeep.com/PowerShell-And-Vim/
  
 Install the windows vim application Install the windows vim application
Line 16: Line 18:
 New-Alias -Name vi -Value 'C:\Program Files (x86)\Vim\vim82\vim.exe' New-Alias -Name vi -Value 'C:\Program Files (x86)\Vim\vim82\vim.exe'
 </code> </code>
 +
 +More on profile locations - https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7.2
  
 Restart your session for the changes to take effect. Restart your session for the changes to take effect.
  • computers/powershell.1637940145.txt.gz
  • Last modified: 2021/11/26 15:22
  • by localadmin