Skip to content

is-nao/powershell-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Customized PowerShell Prompt

Supports PowerShell 5.* and 7.* image

Like Linux

  1. Replaces the path separator "\" with "/".
  2. When current directory is the home directory, displays "~".
  3. When executed by the super user, displays "#", otherwise displays "$".
  4. Assigns tab completion to complete (works similarly to bash's complete).
  5. Loads .ps1 scripts under the Autoload directory.
    Autoload includes the following scripts:
    • ModuleManager: Update modules automatically. Add/edit module names in $modules, load local modules, etc.
    • SSHConfigCompletion: Set the connection information of ~\.ssh\config to ssh command completion.

About

my simple and linux-like powershell profile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published