Skip to content

Example for setting PowerShell aliases at the startup of a PowerShell, PowerShell 7.0 and PowerShell ISE session.

License

Notifications You must be signed in to change notification settings

hl2guide/powershell-aliases-at-startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

powershell-aliases-at-startup

Example for setting PowerShell aliases at the startup of a PowerShell, PowerShell 7.0 and PowerShell ISE session.

How to Use

  1. Download repo
  2. Extract both folders to My Documents folder
  3. Edit both ps1 files (inside folders)
  4. Start a new PowerShell session and try it out

In the example it runs youtube-dl.exe when yt is typed into a PowerShell console.

Edit it, try adding more :D

e.g (Runs notepad when np is typed):

Set-Alias "np" -Value "notepad.exe"

About

Example for setting PowerShell aliases at the startup of a PowerShell, PowerShell 7.0 and PowerShell ISE session.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published