Difference between revisions of "Autojump for windows"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:windows Open powershell as administrator and run the command below Install-Module z -AllowClobber")
 
 
Line 3: Line 3:
 
Open powershell as administrator and run the command below  
 
Open powershell as administrator and run the command below  
 
  Install-Module z -AllowClobber
 
  Install-Module z -AllowClobber
 +
 +
Then just add "Import-Module z" to the end of your Profile, usually at
 +
$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

Latest revision as of 11:32, 20 May 2024


Open powershell as administrator and run the command below

Install-Module z -AllowClobber

Then just add "Import-Module z" to the end of your Profile, usually at

$env:USERPROFILE\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1