Skip to content

Import PowerShell aliases from Windows to keep cross-platform consistency of aliases.

License

Notifications You must be signed in to change notification settings

AndyBRoswell/Import-PowerShellAliasesFromWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Import-PowerShellAliasesFromWindows

Import PowerShell aliases from Windows to Linux, macOS, etc. to keep cross-platform consistency of aliases.

This will make aliases like ls, cp, mv, rm, cat, man, mount, ps... available in PowerShell on Linux, macOS, etc.

Steps

Clone this repository.

git clone https://github.com/AndyBRoswell/Import-PowerShellAliasesFromWindows

Run PowerShell. Change directory to the cloned repository and run

./Import-PowerShellAliasesFromWindows.ps1

Then the aliases will be added to your PowerShell profile $PROFILE. These aliases are permanent since every time PowerShell starts, $PROFILE is loaded.

About

Import PowerShell aliases from Windows to keep cross-platform consistency of aliases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published